Document object representing your invoice. NOTE: partner property is deprecated. Please use document_partner instead.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | The document's unique identifier. | [optional] |
| invoiceNumber | String | The document's invoice number. | [optional] |
| type | DocumentType | [optional] | |
| cancelled | Boolean | [optional] | |
| blockId | Integer | DocumentBlock's identifier. | [optional] |
| paymentStatus | PaymentStatus | [optional] | |
| paymentMethod | PaymentMethod | [optional] | |
| grossTotal | Float | The document's gross total price. | [optional] |
| currency | Currency | [optional] | |
| conversionRate | Float | [optional] | |
| invoiceDate | LocalDate | [optional] | |
| fulfillmentDate | LocalDate | [optional] | |
| dueDate | LocalDate | [optional] | |
| paidDate | LocalDate | [optional] | |
| organization | DocumentOrganization | [optional] | |
| partner | Partner | [optional] | |
| documentPartner | DocumentPartner | [optional] | |
| electronic | Boolean | [optional] | |
| comment | String | [optional] | |
| tags | List<String> | [optional] | |
| notificationStatus | DocumentNotificationStatus | [optional] | |
| language | DocumentLanguage | [optional] | |
| items | List<DocumentItem> | [optional] | |
| summary | DocumentSummary | [optional] | |
| settings | DocumentSettings | [optional] | |
| onlineSzamlaStatus | OnlineSzamlaStatusEnum | [optional] | |
| relatedDocuments | List<DocumentAncestor> | [optional] | |
| discount | Discount | [optional] | |
| correctionType | CorrectionType | [optional] |