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

Type declaration

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

Generated using TypeDoc