As Low As


Represents a sample offer with the appropriate user prompts for a given amount and apr along with apr bounds

{ "terms": { "amount": { "currency": "USD", "value": 50000 }, "interval": "BIWEEKLY", "length": 12, "rate": 5.75 }, "paymentAmount": { "currency": "USD", "value": 50000 }, "minRate": 2.99, "maxRate": 29.99, "promptText": { "en-us": "A sample prompt text in the appropriate locale", "ca-fr": "Un exemple de texte en français canadien" }, "paymentAmountText": { "en-us": "$150.25", "ca-fr": "150.25 $" } }

Properties

NameTypeRequiredRestrictionsDescription
termsobjecttruenoneThe terms used to determine the payment
➥ 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
paymentAmountobjecttruenoneThe cost of each payment based on the terms
➥ 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
minRatenumber(float)truenoneThe minimum interest rate that may be offered
maxRatenumber(float)truenoneThe maximum interest rate that may be offered
promptTextobjecttruenoneThe financing disclosure text that can be provided to the buyer in the appropriate language
➥ additionalPropertiesstringfalsenonenone
paymentAmountTextobjecttruenoneThe payment amount with the appropriate formatting
➥ additionalPropertiesstringfalsenonenone

Enumerated Values

Value
BIWEEKLY
MONTHLY