/
InvoiceType
InvoiceType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the InvoiceType. |
code | String | true | Code of the InvoiceType. |
name | String | true | Name of the InvoiceType. |
description | String | true | Description of the InvoiceType |
active | Boolean | true | Defines InvoiceType as active/inactive |
inactiveReason | String | true | Description of the inactive reason of the InvoiceTyeè |
JSON representation
{ "id": 6, "code": "FO", "name": "Factura Ordinaria", "description": null, "active": true, "inactiveReason": null }
, multiple selections available,
Related content
Invoice
Invoice
More like this
InvoiceProduct
InvoiceProduct
More like this
InvoiceType Summar
InvoiceType Summar
More like this
InvoiceProductTax
InvoiceProductTax
More like this
InvoiceProductCommission
InvoiceProductCommission
More like this
Invoicing Summar
Invoicing Summar
More like this