PaymentDetail interface

Information about payment related to a savings plan order.

Properties

billingAccount

Billing account

billingCurrencyTotal

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

dueDate

Date when the payment needs to be done.

extendedStatusInfo

NOTE: This property will not be serialized. It can only be populated by the server.

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

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

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