Skip to main content

Resources

Statement

AttributeTypeDescription
periodstringThe month the statement is for, in YYYY-MM format.
RelationshipTypeDescription
accountAccountThe account the statement belongs to.
customerCustomerThe 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"
}
}
}
}