次の方法で共有


PaymentDetail コンストラクター

定義

オーバーロード

PaymentDetail()

PaymentDetail クラスの新しいインスタンスを初期化します。

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

PaymentDetail クラスの新しいインスタンスを初期化します。

PaymentDetail()

PaymentDetail クラスの新しいインスタンスを初期化します。

public PaymentDetail ();
Public Sub New ()

適用対象

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

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)

パラメーター

dueDate
Nullable<DateTime>

支払いが必要な日付。

paymentDate
Nullable<DateTime>

トランザクションが完了した日付。 スケジュールされている場合は null です。

pricingCurrencyTotal
Price

価格通貨での金額。 税は含まれていません。

billingCurrencyTotal
Price

課金通貨で請求される金額。 税は含まれていません。 将来の支払いの場合は null です

billingAccount
String

この支払いに対して課金されるアカウントを表示します。

status
String

指定できる値は、'Succeeded'、'Failed'、'Scheduled'、'Cancelled' です。

extendedStatusInfo
ExtendedStatusInfo

適用対象