ReservationPaymentDetail interface

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

プロパティ

billingAccount

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

billingCurrencyTotal

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

dueDate

支払いが必要な日付。

extendedStatusInfo

予約の拡張状態情報。

paymentDate

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

pricingCurrencyTotal

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

status

支払いが完了、失敗、保留中、取り消し済み、または将来スケジュールされているかどうかを示します。

プロパティの詳細

billingAccount

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

billingAccount?: string

プロパティ値

string

billingCurrencyTotal

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

billingCurrencyTotal?: Price

プロパティ値

dueDate

支払いが必要な日付。

dueDate?: Date

プロパティ値

Date

extendedStatusInfo

予約の拡張状態情報。

extendedStatusInfo?: ReservationExtendedStatusInfo

プロパティ値

paymentDate

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

paymentDate?: Date

プロパティ値

Date

pricingCurrencyTotal

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

pricingCurrencyTotal?: Price

プロパティ値

status

支払いが完了、失敗、保留中、取り消し済み、または将来スケジュールされているかどうかを示します。

status?: string

プロパティ値

string