Claim - Payments

Payments Schema

Payments Type

object (Payments)

Payments Properties

FieldTypeNullableDescriptionPropertiesExample
issue_dateStringYesIssue date2020-11-11
payee_nameStringYesPayee nameJohn
claim_amountNumberYesClaim
amount
300

Sample JSON

{
    "issue_date": "2020-11-11",
    "payee_name": "John",
    "claim_amount": 300
}