Поделиться через


CalculatePriceResultPropertiesPricingCurrencyTotal Class

Definition

Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included.

public class CalculatePriceResultPropertiesPricingCurrencyTotal : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Reservations.Models.CalculatePriceResultPropertiesPricingCurrencyTotal>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Reservations.Models.CalculatePriceResultPropertiesPricingCurrencyTotal>
public class CalculatePriceResultPropertiesPricingCurrencyTotal
type CalculatePriceResultPropertiesPricingCurrencyTotal = class
    interface IJsonModel<CalculatePriceResultPropertiesPricingCurrencyTotal>
    interface IPersistableModel<CalculatePriceResultPropertiesPricingCurrencyTotal>
type CalculatePriceResultPropertiesPricingCurrencyTotal = class
Public Class CalculatePriceResultPropertiesPricingCurrencyTotal
Implements IJsonModel(Of CalculatePriceResultPropertiesPricingCurrencyTotal), IPersistableModel(Of CalculatePriceResultPropertiesPricingCurrencyTotal)
Public Class CalculatePriceResultPropertiesPricingCurrencyTotal
Inheritance
CalculatePriceResultPropertiesPricingCurrencyTotal
Implements

Properties

Amount

Gets the amount.

CurrencyCode

The ISO 4217 3-letter currency code for the currency used by this purchase record.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CalculatePriceResultPropertiesPricingCurrencyTotal>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CalculatePriceResultPropertiesPricingCurrencyTotal>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CalculatePriceResultPropertiesPricingCurrencyTotal>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CalculatePriceResultPropertiesPricingCurrencyTotal>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CalculatePriceResultPropertiesPricingCurrencyTotal>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to