Terms


Represents the terms offered for a payment product

{
  "amount": {
    "currency": "USD",
    "value": 50000
  },
  "interval": "BIWEEKLY",
  "length": 12,
  "rate": 5.75
}

Properties

NameTypeRequiredRestrictionsDescription
amountobjecttruenoneThe total amount for the term
➥ currencystringtruenoneThe three letter currency code as defined in ISO 4217.
➥ valueinteger(int64)truenoneMonetary value as an integral number of the currency fractional unit e.g for USD: cents
intervalstringtruenoneThe payment interval for the term
lengthinteger(int64)truenoneLength of the term
ratenumber(float)truenoneThe interest rate for the term

Enumerated Values

Value
BIWEEKLY
MONTHLY