BillingPaymentOnAccount Class

Definition

A Payment on Account.

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

Properties

Amount

Payment on Account amount.

BillingProfileDisplayName

The name of the billing profile for the payments on account.

BillingProfileId

The ID of the billing profile for the payments on account.

InvoiceId

The ID of the invoice for which the payments on account was generated.

InvoiceName

The name of the invoice for the payments on account.

On

The date of the payments on account.

PaymentMethodType

Payment on Account type.

Explicit Interface Implementations

IJsonModel<BillingPaymentOnAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingPaymentOnAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingPaymentOnAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingPaymentOnAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingPaymentOnAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to