getConfigPaymentMethodTypes method

Future<Map> getConfigPaymentMethodTypes(
  1. String token,
  2. String? active,
  3. String? countryCode,
  4. String? pageNumber,
  5. String? pageSize,
  6. String? transactionCurrency,
  7. String? transactionMode,
)

Implementation

Future<Map> getConfigPaymentMethodTypes(
    String token,
    String? active,
    String? countryCode,
    String? pageNumber,
    String? pageSize,
    String? transactionCurrency,
    String? transactionMode) {
  throw UnimplementedError(
      "Get Config PaymentMethod Types has not been implemented");
}