Payments Schema
Payments Type
object
(Payments)
Payments Properties
Field | Type | Nullable | Description | Properties | Example |
---|---|---|---|---|---|
issue_date | String | Yes | Issue date | 2020-11-11 | |
payee_name | String | Yes | Payee name | John | |
claim_amount | Number | Yes | Claim amount | 300 |
Sample JSON
{
"issue_date": "2020-11-11",
"payee_name": "John",
"claim_amount": 300
}