Account​
Example​
"accounts": [
{
"accountId": "37872256",
"purchaseIdentifier": "83629195",
"moved": false,
"currentInvoice": {
"invoiceNumber": "83629195",
"paymentStatus": "NotPaid",
"totalAmount": 700.38,
"invoiceState": "First",
"createdAt": "2021-05-12T06:22:01.9099393+02:00",
"dueDate": "2021-06-30T23:59:59+02:00",
"sentAt": null
},
"invoices": [
{
"invoiceNumber": "83629195",
"paymentStatus": "NotPaid",
"totalAmount": 700.38,
"invoiceState": "First",
"createdAt": "2021-05-12T06:22:01.9099393+02:00",
"dueDate": "2021-06-30T23:59:59+02:00",
"sentAt": null
}
]
}
]
Properties​
Property | Explanation |
---|---|
accountId | The account identifier |
purchaseIdentifier | The purchase identifier |
moved | If the debt was moved |
currentInvoice | The currently active invoice (notification) for this account |
invoices | An array of all invoices (notification) on this account |