call abstract method

TRes call({
  1. Enum$DiscountType? discountType,
  2. double? amount,
})

Implementation

TRes call({
  Enum$DiscountType? discountType,
  double? amount,
});