PaymentDetail interface
Information about payment related to a savings plan order.
Properties
billing |
Billing account |
billing |
Amount charged in Billing currency. Tax not included. Is null for future payments |
due |
Date when the payment needs to be done. |
extended |
NOTE: This property will not be serialized. It can only be populated by the server. |
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
Billing account
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
NOTE: This property will not be serialized. It can only be populated by the server.
extendedStatusInfo?: ExtendedStatusInfo
Property Value
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