call abstract method

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

Implementation

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