Represents the terms offered for a payment product
{
"amount": {
"currency": "USD",
"value": 50000
},
"interval": "BIWEEKLY",
"length": 12,
"rate": 5.75
}
Name | Type | Required | Restrictions | Description |
---|
amount | object | true | none | The total amount for the term |
➥ currency | string | true | none | The three letter currency code as defined in ISO 4217. |
➥ value | integer(int64) | true | none | Monetary value as an integral number of the currency fractional unit e.g for USD: cents |
interval | string | true | none | The payment interval for the term |
length | integer(int64) | true | none | Length of the term |
rate | number(float) | true | none | The interest rate for the term |