Delen via


ReservationOrderBillingPlanInformation Class

Definition

Information describing the type of billing plan for this reservation.

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

Properties

NextPaymentDueOn

For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off.

PricingCurrencyTotal

Amount of money to be paid for the Order. Tax is not included.

StartOn

Date when the billing plan has started.

Transactions

Gets the transactions.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ReservationOrderBillingPlanInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReservationOrderBillingPlanInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReservationOrderBillingPlanInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReservationOrderBillingPlanInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReservationOrderBillingPlanInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to