PaymentDetail interface
節約プランの注文に関連する支払いに関する情報。
プロパティ
billing |
請求先アカウント |
billing |
課金通貨で請求される金額。 税は含まれていません。 将来の支払いの場合は null です |
due |
支払いが必要な日付。 |
extended |
注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
payment |
トランザクションが完了した日付。 スケジュールされている場合は null です。 |
pricing |
価格通貨での金額。 税は含まれていません。 |
status | 支払いが将来完了、失敗、取り消し、またはスケジュールされているかどうかを示します。 |
プロパティの詳細
billingAccount
請求先アカウント
billingAccount?: string
プロパティ値
string
billingCurrencyTotal
dueDate
支払いが必要な日付。
dueDate?: Date
プロパティ値
Date
extendedStatusInfo
注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
extendedStatusInfo?: ExtendedStatusInfo
プロパティ値
paymentDate
トランザクションが完了した日付。 スケジュールされている場合は null です。
paymentDate?: Date
プロパティ値
Date
pricingCurrencyTotal
status
支払いが将来完了、失敗、取り消し、またはスケジュールされているかどうかを示します。
status?: string
プロパティ値
string