InvoiceType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the InvoiceType.
codeStringtrueCode of the InvoiceType.
nameStringtrueName of the InvoiceType.
descriptionStringtrueDescription of the InvoiceType
activeBooleantrueDefines InvoiceType as active/inactive
inactiveReasonStringtrueDescription of the inactive reason of the InvoiceTyeè

JSON representation

{
      "id": 6,
      "code": "FO",
      "name": "Factura Ordinaria",
      "description": null,
      "active": true,
      "inactiveReason": null
    }