V3TransactionAmountsDue
V3TransactionAmountsDue
This is an array of payment amounts due
JSON Example
{
"dueDate": "2022-01-05",
"totalListPrice": 586.32,
"totalNetAmount": 421.68,
"type": "string"
}
string
dueDate
Optional
When it is due. Note date should be in UTC yyyy-mm-dd format (ISO8601)
number As double
As double
totalListPrice
Optional
The total list price for this period
number As double
As double
totalNetAmount
Optional
totalNetAmount for this period
string
type
Optional
First or recurring payment
Possible values are :
FIRST_PAYMENT,
RECURRING,