ReservationOrderBillingPlanInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information describing the type of billing plan for this reservation order.
public class ReservationOrderBillingPlanInformation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.ReservationOrderBillingPlanInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.ReservationOrderBillingPlanInformation>
type ReservationOrderBillingPlanInformation = class
interface IJsonModel<ReservationOrderBillingPlanInformation>
interface IPersistableModel<ReservationOrderBillingPlanInformation>
Public Class ReservationOrderBillingPlanInformation
Implements IJsonModel(Of ReservationOrderBillingPlanInformation), IPersistableModel(Of ReservationOrderBillingPlanInformation)
- Inheritance
-
ReservationOrderBillingPlanInformation
- Implements
Constructors
ReservationOrderBillingPlanInformation() |
Initializes a new instance of ReservationOrderBillingPlanInformation. |
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. |
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
Azure SDK for .NET