你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICalculatePriceResponse Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.CalculatePriceResponseTypeConverter))]
public interface ICalculatePriceResponse : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.CalculatePriceResponseTypeConverter))>]
type ICalculatePriceResponse = interface
    interface IJsonSerializable
Public Interface ICalculatePriceResponse
Implements IJsonSerializable
Derived
Attributes
Implements

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to