ItemPrice: {
    amount?: number;
    taxable?: boolean;
}

Type declaration

  • Optional amount?: number
  • Optional taxable?: boolean

Description

Item price information

Generated using TypeDoc