CalculatePriceResponseProperties interface
Properties for calculate price response
Properties
billing |
Currency and amount that customer will be charged in customer's local currency. Tax is not included. |
grand |
Total amount in pricing currency. |
is |
True if billing is managed by Microsoft Partner. Used only for CSP accounts. |
is |
Whether or not tax is included in grand total |
net |
Net total amount in pricing currency. |
payment |
|
pricing |
Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. |
reservation |
GUID that represents reservation order that can be placed after calculating price. |
sku |
Description of sku that is being purchased. |
sku |
Title of sku that is being purchased. |
tax |
Tax amount in pricing currency. |
Property Details
billingCurrencyTotal
Currency and amount that customer will be charged in customer's local currency. Tax is not included.
billingCurrencyTotal?: CalculatePriceResponsePropertiesBillingCurrencyTotal
Property Value
grandTotal
Total amount in pricing currency.
grandTotal?: number
Property Value
number
isBillingPartnerManaged
True if billing is managed by Microsoft Partner. Used only for CSP accounts.
isBillingPartnerManaged?: boolean
Property Value
boolean
isTaxIncluded
Whether or not tax is included in grand total
isTaxIncluded?: boolean
Property Value
boolean
netTotal
Net total amount in pricing currency.
netTotal?: number
Property Value
number
paymentSchedule
pricingCurrencyTotal
Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included.
pricingCurrencyTotal?: CalculatePriceResponsePropertiesPricingCurrencyTotal
Property Value
reservationOrderId
GUID that represents reservation order that can be placed after calculating price.
reservationOrderId?: string
Property Value
string
skuDescription
Description of sku that is being purchased.
skuDescription?: string
Property Value
string
skuTitle
Title of sku that is being purchased.
skuTitle?: string
Property Value
string
taxTotal
Tax amount in pricing currency.
taxTotal?: number
Property Value
number