次の方法で共有


PaymentDetail クラス

定義

予約注文に関連する支払いに関する情報。

public class PaymentDetail
type PaymentDetail = class
Public Class PaymentDetail
継承
PaymentDetail

コンストラクター

PaymentDetail()

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

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

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

プロパティ

BillingAccount

この支払いに対して課金されるアカウントを取得または設定します。

BillingCurrencyTotal

課金通貨で課金される金額を取得または設定します。 税は含まれていません。 将来の支払いの場合は null です

DueDate

支払いを行う必要がある日付を取得または設定します。

ExtendedStatusInfo

予約注文に関連する支払いに関する情報。

PaymentDate

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

PricingCurrencyTotal

価格通貨で金額を取得または設定します。 税は含まれていません。

Status

可能な値を取得または設定します。 'Succeeded'、'Failed'、'Scheduled'、'Cancelled'

適用対象