다음을 통해 공유


BillingInvoiceFailedPayment Class

Definition

A failed payment.

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

Properties

FailedPaymentReason

The reason that the payment failed.

On

The date when the payment was attempted.

Explicit Interface Implementations

IJsonModel<BillingInvoiceFailedPayment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingInvoiceFailedPayment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingInvoiceFailedPayment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingInvoiceFailedPayment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingInvoiceFailedPayment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to