Future Payments Type
object
(Future Payments)
Future Payments Properties
Property | Type | Required | Nullable |
---|---|---|---|
fp_date | string | Required | can be null |
amount | number | Required | can be null |
Sample JSON
{
"fp_date": "2020-11-11",
"amount": 300
}