ICalculatePriceResponseProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.CalculatePriceResponsePropertiesTypeConverter))]
public interface ICalculatePriceResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.CalculatePriceResponsePropertiesTypeConverter))>]
type ICalculatePriceResponseProperties = interface
    interface IJsonSerializable
Public Interface ICalculatePriceResponseProperties
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