IReservationOrderBillingPlanInformation Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to