Sdílet prostřednictvím


SavingsPlanOrderPaymentDetail Class

Definition

Information about payment related to a savings plan order.

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

Constructors

SavingsPlanOrderPaymentDetail()

Initializes a new instance of SavingsPlanOrderPaymentDetail.

Properties

BillingAccount

Billing account.

BillingCurrencyTotal

Amount charged in Billing currency. Tax not included. Is null for future payments.

DueOn

Date when the payment needs to be done.

ExtendedStatusInfo

Gets the extended status info.

PayOn

Date when the transaction is completed. Is null when it is scheduled.

PricingCurrencyTotal

Amount in pricing currency. Tax not included.

Status

Describes whether the payment is completed, failed, cancelled or scheduled in the future.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SavingsPlanOrderPaymentDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SavingsPlanOrderPaymentDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SavingsPlanOrderPaymentDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SavingsPlanOrderPaymentDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SavingsPlanOrderPaymentDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to