A response to a search for taxes.

Hierarchy

  • TaxSearchResponse

Constructors

Properties

Designates if the response is a success ('OK') or failure ('ERR').

taxes: Tax[]

The list of taxes that matched the search criteria

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

Type declaration

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

Methods

Generated using TypeDoc