다음을 통해 공유


BillingPlanInformation Class

Definition

Information describing the type of billing plan for this savings plan.

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

Constructors

BillingPlanInformation()

Initializes a new instance of BillingPlanInformation.

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<BillingPlanInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingPlanInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingPlanInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingPlanInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingPlanInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to