Bagikan melalui


ReservationOrderBillingPlanInformation Constructors

Definition

Overloads

ReservationOrderBillingPlanInformation()

Initializes a new instance of the ReservationOrderBillingPlanInformation class.

ReservationOrderBillingPlanInformation(Price, Nullable<DateTime>, Nullable<DateTime>, IList<PaymentDetail>)

Initializes a new instance of the ReservationOrderBillingPlanInformation class.

ReservationOrderBillingPlanInformation()

Initializes a new instance of the ReservationOrderBillingPlanInformation class.

public ReservationOrderBillingPlanInformation ();
Public Sub New ()

Applies to

ReservationOrderBillingPlanInformation(Price, Nullable<DateTime>, Nullable<DateTime>, IList<PaymentDetail>)

Initializes a new instance of the ReservationOrderBillingPlanInformation class.

public ReservationOrderBillingPlanInformation (Microsoft.Azure.Management.Reservations.Models.Price pricingCurrencyTotal = default, DateTime? startDate = default, DateTime? nextPaymentDueDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> transactions = default);
new Microsoft.Azure.Management.Reservations.Models.ReservationOrderBillingPlanInformation : Microsoft.Azure.Management.Reservations.Models.Price * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> -> Microsoft.Azure.Management.Reservations.Models.ReservationOrderBillingPlanInformation
Public Sub New (Optional pricingCurrencyTotal As Price = Nothing, Optional startDate As Nullable(Of DateTime) = Nothing, Optional nextPaymentDueDate As Nullable(Of DateTime) = Nothing, Optional transactions As IList(Of PaymentDetail) = Nothing)

Parameters

pricingCurrencyTotal
Price

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

startDate
Nullable<DateTime>

Date when the billing plan has started.

nextPaymentDueDate
Nullable<DateTime>

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

transactions
IList<PaymentDetail>

Applies to