Bagikan melalui


PaymentDetail Constructors

Definition

Overloads

PaymentDetail()

Initializes a new instance of the PaymentDetail class.

PaymentDetail(Nullable<DateTime>, Nullable<DateTime>, Price, Price, String, String, ExtendedStatusInfo)

Initializes a new instance of the PaymentDetail class.

PaymentDetail()

Initializes a new instance of the PaymentDetail class.

public PaymentDetail ();
Public Sub New ()

Applies to

PaymentDetail(Nullable<DateTime>, Nullable<DateTime>, Price, Price, String, String, ExtendedStatusInfo)

Initializes a new instance of the PaymentDetail class.

public PaymentDetail (DateTime? dueDate = default, DateTime? paymentDate = default, Microsoft.Azure.Management.Reservations.Models.Price pricingCurrencyTotal = default, Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyTotal = default, string billingAccount = default, string status = default, Microsoft.Azure.Management.Reservations.Models.ExtendedStatusInfo extendedStatusInfo = default);
new Microsoft.Azure.Management.Reservations.Models.PaymentDetail : Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Reservations.Models.Price * Microsoft.Azure.Management.Reservations.Models.Price * string * string * Microsoft.Azure.Management.Reservations.Models.ExtendedStatusInfo -> Microsoft.Azure.Management.Reservations.Models.PaymentDetail
Public Sub New (Optional dueDate As Nullable(Of DateTime) = Nothing, Optional paymentDate As Nullable(Of DateTime) = Nothing, Optional pricingCurrencyTotal As Price = Nothing, Optional billingCurrencyTotal As Price = Nothing, Optional billingAccount As String = Nothing, Optional status As String = Nothing, Optional extendedStatusInfo As ExtendedStatusInfo = Nothing)

Parameters

dueDate
Nullable<DateTime>

Date when the payment needs to be done.

paymentDate
Nullable<DateTime>

Date when the transaction is completed. Is null when it is scheduled.

pricingCurrencyTotal
Price

Amount in pricing currency. Tax not included.

billingCurrencyTotal
Price

Amount charged in Billing currency. Tax not included. Is null for future payments

billingAccount
String

Shows the Account that is charged for this payment.

status
String

Possible values include: 'Succeeded', 'Failed', 'Scheduled', 'Cancelled'

extendedStatusInfo
ExtendedStatusInfo

Applies to