Hierarchy

  • VatParam

Properties

account_coll: null | {
    account_id: number;
    account_number: string;
    label: string;
}

Type declaration

  • account_id: number
  • account_number: string
  • label: string
account_ded: null | {
    account_id: number;
    account_number: string;
    label: string;
}

Type declaration

  • account_id: number
  • account_number: string
  • label: string
blocked: boolean
code: string
vat: {
    id: number;
    rate: number;
}

Type declaration

  • id: number
  • rate: number
vat_exigility: VatExigility
vat_param_id: number
vat_type: VatType

Generated using TypeDoc