transferGetPost method
Retrieve a transfer
Implementation
Future<chopper.Response<TransferGetResponse>> transferGetPost(
{required TransferGetRequest? body}) {
generatedMapping.putIfAbsent(
TransferGetResponse, () => TransferGetResponse.fromJsonFactory);
return _transferGetPost(body: body);
}