Discount$2: {
    amount?: number;
    percentage?: number;
    priceBookId?: string;
    type: DiscountTypeEnum$1;
} & {
    [key: string]: any;
}

Type declaration

  • Optional amount?: number
  • Optional percentage?: number
  • Optional priceBookId?: string
  • type: DiscountTypeEnum$1

Type declaration

  • [key: string]: any