Share via


ReservationOrderBillingPlanInformation Class

Definition

Information describing the type of billing plan for this reservation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationOrderBillingPlanInformationTypeConverter))]
public class ReservationOrderBillingPlanInformation : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationOrderBillingPlanInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationOrderBillingPlanInformationTypeConverter))>]
type ReservationOrderBillingPlanInformation = class
    interface IReservationOrderBillingPlanInformation
    interface IJsonSerializable
Public Class ReservationOrderBillingPlanInformation
Implements IReservationOrderBillingPlanInformation
Inheritance
ReservationOrderBillingPlanInformation
Attributes
Implements

Constructors

ReservationOrderBillingPlanInformation()

Creates an new ReservationOrderBillingPlanInformation instance.

Properties

NextPaymentDueDate

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.

StartDate

Date when the billing plan has started.

Transaction

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReservationOrderBillingPlanInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReservationOrderBillingPlanInformation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationOrderBillingPlanInformation.

FromJsonString(String)

Creates a new instance of ReservationOrderBillingPlanInformation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReservationOrderBillingPlanInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to