Representation of a tax defined in the external accounting system.

Hierarchy

  • Tax

Constructors

Properties

code: string

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

name: string

The display name of the tax.

percentage: number

The tax percentage. For example, 8.05 represents a 8.05% tax rate.

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