PaymentDetail interface
Information about payment related to a reservation order.
Properties
billing |
Shows the Account that is charged for this payment. |
billing |
Amount charged in Billing currency. Tax not included. Is null for future payments |
due |
Date when the payment needs to be done. |
extended |
|
payment |
Date when the transaction is completed. Is null when it is scheduled. |
pricing |
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
paymentDate
Date when the transaction is completed. Is null when it is scheduled.
paymentDate?: Date
Property Value
Date
pricingCurrencyTotal
status
Describes whether the payment is completed, failed, cancelled or scheduled in the future.
status?: string
Property Value
string