Resources
Statement
| Attribute | Type | Description |
|---|---|---|
| period | string | The month the statement is for, in YYYY-MM format. |
| Relationship | Type | Description |
|---|---|---|
| account | Account | The account the statement belongs to. |
| customer | Customer | The customer the statement belongs to. |
Statement Resource:
{
"type": "statement",
"id": "1",
"attributes": {
"period": "2020-07"
},
"relationships": {
"account": {
"data": {
"type": "account",
"id": "1000"
}
},
"customer": {
"data": {
"type": "customer",
"id": "1"
}
}
}
}