getBeneficiaryFormSchema method

Future<Map> getBeneficiaryFormSchema(
  1. String token,
  2. String? bankCountryCode,
  3. String? accountCurrency,
  4. String? paymentMethod,
  5. String? localClearingSystem,
  6. String? entityType,
)

Implementation

Future<Map> getBeneficiaryFormSchema(
    String token,
    String? bankCountryCode,
    String? accountCurrency,
    String? paymentMethod,
    String? localClearingSystem,
    String? entityType) {
  throw UnimplementedError(
      "Get Beneficiary Form Schema has not been implemented");
}