Future Payments Schema
Future Payments Type
object
(Future Payments)
Future Payments Properties
Field | Type | Nullable | Description | Properties | Example |
---|---|---|---|---|---|
fp_date | String | Future date | 2020-11-11 | ||
amount | Number | Future amount | 300 |
Sample JSON
{
"fp_date": "2020-11-11",
"amount": 300
}