call abstract method

TRes call({
  1. String? checkout_id,
  2. String? customer_id,
  3. String? simulation_id,
})

Implementation

TRes call({
  String? checkout_id,
  String? customer_id,
  String? simulation_id,
});