Partilhar via


PaymentDetail Construtores

Definição

Sobrecargas

PaymentDetail()

Inicializa uma nova instância da classe PaymentDetail.

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

Inicializa uma nova instância da classe PaymentDetail.

PaymentDetail()

Inicializa uma nova instância da classe PaymentDetail.

public PaymentDetail ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe PaymentDetail.

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)

Parâmetros

dueDate
Nullable<DateTime>

Data em que o pagamento precisa ser feito.

paymentDate
Nullable<DateTime>

Data em que a transação é concluída. É nulo quando está agendado.

pricingCurrencyTotal
Price

Valor em moeda de preço. Imposto não incluído.

billingCurrencyTotal
Price

Valor cobrado em Moeda de cobrança. Imposto não incluído. É nulo para pagamentos futuros

billingAccount
String

Mostra a Conta cobrada por esse pagamento.

status
String

Os valores possíveis incluem: 'Succeeded', 'Failed', 'Scheduled', 'Cancelled'

extendedStatusInfo
ExtendedStatusInfo

Aplica-se a