{ "currency": "<string>", "createdAt": "2023-11-07T05:31:56Z", "customer": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "handle": "<string>", "name": "<string>", "billingAddress": { "street1": "<string>", "street2": "<string>", "postalCode": "<string>", "city": "<string>", "county": "<string>", "country": "<string>", "state": "<string>" } }, "memo": "<string>", "handle": "<string>", "status": "draft", "dueDate": "2023-12-25", "updatedAt": "2023-11-07T05:31:56Z", "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "quantity": 123, "unitAmount": 123, "sku": "<string>", "title": "<string>", "description": "<string>", "periodStart": "2023-12-25", "periodEnd": "2023-12-25", "tax": { "taxable": true, "taxCode": "<string>", "taxRate": 123 }, "discount": { "percentage": 123, "amount": 123 } } ], "settlements": [ { "date": "2023-12-25", "amount": 123, "reference": "<string>", "note": "<string>" } ], "type": "invoice", "settlementStatus": "settled" }
Show child attributes
Unique invoice number.
draft
booked
invoice
credit_note
settled
over_settled
under_settled
not_settled
Was this page helpful?