Share via


CalculatePriceResultProperties Class

Definition

Properties for calculate price response.

public class CalculatePriceResultProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Reservations.Models.CalculatePriceResultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Reservations.Models.CalculatePriceResultProperties>
public class CalculatePriceResultProperties
type CalculatePriceResultProperties = class
    interface IJsonModel<CalculatePriceResultProperties>
    interface IPersistableModel<CalculatePriceResultProperties>
type CalculatePriceResultProperties = class
Public Class CalculatePriceResultProperties
Implements IJsonModel(Of CalculatePriceResultProperties), IPersistableModel(Of CalculatePriceResultProperties)
Public Class CalculatePriceResultProperties
Inheritance
CalculatePriceResultProperties
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

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CalculatePriceResultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CalculatePriceResultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CalculatePriceResultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CalculatePriceResultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CalculatePriceResultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to