getBeneficiaryFormSchema method
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");
}