Share via


RenewPropertiesBillingCurrencyTotal Class

Definition

Currency and amount that customer will be charged in customer's local currency for renewal purchase. Tax is not included.

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

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

IJsonModel<RenewPropertiesBillingCurrencyTotal>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RenewPropertiesBillingCurrencyTotal>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RenewPropertiesBillingCurrencyTotal>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RenewPropertiesBillingCurrencyTotal>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to