CalculatePriceResultProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties for calculate price response.
public class CalculatePriceResultProperties
type CalculatePriceResultProperties = class
Public Class CalculatePriceResultProperties
- Inheritance
-
CalculatePriceResultProperties
Properties
BillingCurrencyTotal |
Currency and amount that customer will be charged in customer's local currency. Tax is not included. |
GrandTotal |
Total amount in pricing currency. |
IsBillingPartnerManaged |
True if billing is managed by Microsoft Partner. Used only for CSP accounts. |
IsTaxIncluded |
Whether or not tax is included in grand total. |
NetTotal |
Net total amount in pricing currency. |
PaymentSchedule |
Gets the payment schedule. |
PricingCurrencyTotal |
Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. |
ReservationOrderId |
GUID that represents reservation order that can be placed after calculating price. |
SkuDescription |
Description of sku that is being purchased. |
SkuTitle |
Title of sku that is being purchased. |
TaxTotal |
Tax amount in pricing currency. |
Applies to
Azure SDK for .NET