CalculatePriceResponseProperties interface

Properties for calculate price response

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
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.

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

paymentSchedule?: PaymentDetail[]

Property Value

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