call abstract method

TRes call({
  1. int? amount,
  2. String? approve_url,
  3. String? cancel_url,
  4. String? external_store_id,
  5. String? first_name,
  6. String? last_name,
  7. String? phone,
  8. String? recipient_name,
  9. String? recipient_relation,
  10. String? store_name,
})

Implementation

TRes call({
  int? amount,
  String? approve_url,
  String? cancel_url,
  String? external_store_id,
  String? first_name,
  String? last_name,
  String? phone,
  String? recipient_name,
  String? recipient_relation,
  String? store_name,
});