PriceType: {
    amount: number;
    currency: string;
    tax: number;
    taxIncluded: boolean;
    taxable: boolean;
}

Type declaration

  • amount: number
  • currency: string
  • tax: number
  • taxIncluded: boolean
  • taxable: boolean

Description

Product price

Path

order

Generated using TypeDoc