Representation of a product in the external accounting system.

Hierarchy

  • Product

Constructors

Properties

description?: string

The description of the product.

id: string

The ID of the product in the external accounting system.

name: string

The display name of the product.

salesTaxType?: TaxType
taxExempt: boolean

Identifies if the product is tax exempt or not.

unitPrice: UnitPrice
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