Skip to content

FreightResponsible

ts
const FreightResponsible: Catalog<{
  INVOICE_ISSUER: readonly [1, "Emisor de la Factura Electrónica"];
  INVOICE_RECEIVER: readonly [2, "Receptor de la Factura Electrónica"];
  THIRD_PARTY: readonly [3, "Tercero"];
  TRANSPORT_AGENT: readonly [4, "Agente intermediario del transporte (cuando intervenga)"];
  OWN_TRANSPORT: readonly [5, "Transporte propio"];
}>;

Responsable del flete (transportResponsibleCode).