call abstract method

TRes call({
  1. String? amount,
  2. int? periodValue,
  3. Enum$RecurrenceType? periodCycle,
})

Implementation

TRes call({
  String? amount,
  int? periodValue,
  Enum$RecurrenceType? periodCycle,
});