transactionsEnrichPost method
Future<Response<TransactionsEnrichGetResponse> >
transactionsEnrichPost({
- required TransactionsEnrichGetRequest? body,
Enrich locally-held transaction data
Implementation
Future<chopper.Response<TransactionsEnrichGetResponse>>
transactionsEnrichPost({required TransactionsEnrichGetRequest? body}) {
generatedMapping.putIfAbsent(TransactionsEnrichGetResponse,
() => TransactionsEnrichGetResponse.fromJsonFactory);
return _transactionsEnrichPost(body: body);
}