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 }