InvoiceType Summar

Structure

FieldTypeRequiredDescription
codeStringtrueCode of the  invoice type.
nameStringtrueName of the invoice type.

JSON representation

{
  "code" : "F1",
  "name" : "Factura Ordinaria"
}