Delen via


BillingAvailableBalanceProperties Class

Definition

The Available Credit or Payment on Account Balance. The credit balance can be used to settle due or past due invoices.

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

Constructors

BillingAvailableBalanceProperties()

Initializes a new instance of BillingAvailableBalanceProperties.

Properties

Amount

Credit amount for immediate payment.

PaymentsOnAccount

The list of payments on accounts.

TotalPaymentsOnAccount

Total amount of payments on accounts.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BillingAvailableBalanceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingAvailableBalanceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingAvailableBalanceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingAvailableBalanceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingAvailableBalanceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to