AvailableBalanceProperties interface
The Available Credit or Payment on Account Balance. The credit balance can be used to settle due or past due invoices.
Properties
amount | Credit amount for immediate payment. |
payments |
The list of payments on accounts. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Total amount of payments on accounts. |
Property Details
amount
Credit amount for immediate payment.
amount?: AvailableBalancePropertiesAmount
Property Value
paymentsOnAccount
The list of payments on accounts. NOTE: This property will not be serialized. It can only be populated by the server.
paymentsOnAccount?: PaymentOnAccount[]
Property Value
totalPaymentsOnAccount
Total amount of payments on accounts.
totalPaymentsOnAccount?: AvailableBalancePropertiesTotalPaymentsOnAccount