quoteAmendment method
Implementation
Future<Map> quoteAmendment(
String token,
String? chargeCurrency,
String conversionId,
Map<String, dynamic>? metadata,
String requestId,
String type) {
throw UnimplementedError("Quote Amendment has not been implemented");
}