call abstract method

TRes call({
  1. String? amount,
  2. String? location,
  3. String? game,
  4. String? userId,
  5. String? card,
  6. Enum$TransactionTypeEnum? reason,
  7. Input$TargetACIInput? target,
})

Implementation

TRes call({
  String? amount,
  String? location,
  String? game,
  String? userId,
  String? card,
  Enum$TransactionTypeEnum? reason,
  Input$TargetACIInput? target,
});