creditRelayRefreshPost method
Future<Response<CreditRelayRefreshResponse> >
creditRelayRefreshPost({
- required CreditRelayRefreshRequest? body,
Refresh a report of a Relay Token
Implementation
Future<chopper.Response<CreditRelayRefreshResponse>> creditRelayRefreshPost(
{required CreditRelayRefreshRequest? body}) {
generatedMapping.putIfAbsent(CreditRelayRefreshResponse,
() => CreditRelayRefreshResponse.fromJsonFactory);
return _creditRelayRefreshPost(body: body);
}