InvoiceBase
The class to describe the InvoiceBase business object.
Name | Description | Type | Additional information |
---|---|---|---|
Id |
Gets or sets the identifier. |
integer |
Required |
InvoiceCode |
Gets or sets the invoice code. |
string |
Max length: 20 |
OrderId |
Gets or sets the corresponding Order Id. |
integer |
Required |
OrderCode |
Gets or sets the corresponding Order code. |
string |
None. |
InvoiceDate |
Gets or sets the date. |
date |
None. |
InvoiceTotalIncVat |
Gets or sets the invoice total with the 'VAT'. |
decimal number |
Required |
InvoiceTotalExVat |
Gets or sets the invoice total without the 'VAT'. |
decimal number |
Required |
CurrencyId |
Gets or sets the currency identifier. |
integer |
None. |
CurrencyCode |
Gets or sets the currency code. |
string |
None. |
Deleted |
Gets or sets a value indicating whether this |
boolean |
None. |
ChangeTimestamp |
Gets or sets the change timestamp. |
date |
None. |
MainStatusId |
Gets or sets the main status identifier. |
integer |
None. |
DocumentFileId |
Gets the document File ID (pdf). |
integer |
None. |