call abstract method

TRes call({
  1. String? amount,
  2. String? paymentMethod,
  3. DateTime? paidAt,
  4. DateTime? deadline,
})

Implementation

TRes call({
  String? amount,
  String? paymentMethod,
  DateTime? paidAt,
  DateTime? deadline,
});