transactionsRefreshPost method
Future<Response<TransactionsRefreshResponse> >
transactionsRefreshPost({
- required TransactionsRefreshRequest? body,
Refresh transaction data
Implementation
Future<chopper.Response<TransactionsRefreshResponse>> transactionsRefreshPost(
{required TransactionsRefreshRequest? body}) {
generatedMapping.putIfAbsent(TransactionsRefreshResponse,
() => TransactionsRefreshResponse.fromJsonFactory);
return _transactionsRefreshPost(body: body);
}