Represents a tax in the external accounting system.

Hierarchy

  • TaxType

Constructors

Properties

code: string

The code/ID of the tax in the external accounting system.

name?: string

The display name of the tax.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc