PaymentDetail interface

Information about payment related to a reservation order.

Properties

billingAccount

Shows the Account that is charged for this payment.

billingCurrencyTotal

Amount charged in Billing currency. Tax not included. Is null for future payments

dueDate

Date when the payment needs to be done.

extendedStatusInfo
paymentDate

Date when the transaction is completed. Is null when it is scheduled.

pricingCurrencyTotal

Amount in pricing currency. Tax not included.

status

Describes whether the payment is completed, failed, cancelled or scheduled in the future.

Property Details

billingAccount

Shows the Account that is charged for this payment.

billingAccount?: string

Property Value

string

billingCurrencyTotal

Amount charged in Billing currency. Tax not included. Is null for future payments

billingCurrencyTotal?: Price

Property Value

dueDate

Date when the payment needs to be done.

dueDate?: Date

Property Value

Date

extendedStatusInfo

extendedStatusInfo?: ExtendedStatusInfo

Property Value

paymentDate

Date when the transaction is completed. Is null when it is scheduled.

paymentDate?: Date

Property Value

Date

pricingCurrencyTotal

Amount in pricing currency. Tax not included.

pricingCurrencyTotal?: Price

Property Value

status

Describes whether the payment is completed, failed, cancelled or scheduled in the future.

status?: string

Property Value

string