createConversion method
Future<Map>
createConversion(
- String token,
- String? buyAmount,
- String buyCurrency,
- String? conversionDate,
- String? quoteId,
- String reason,
- String requestId,
- String? sellAmount,
- String sellCurrency,
- bool termAgreement,
)
Implementation
Future<Map> createConversion(
String token,
String? buyAmount,
String buyCurrency,
String? conversionDate,
String? quoteId,
String reason,
String requestId,
String? sellAmount,
String sellCurrency,
bool termAgreement) {
throw UnimplementedError("Create Conversion has not been implemented");
}