depositSwitchGetPost method
Future<Response<DepositSwitchGetResponse> >
depositSwitchGetPost({
- required DepositSwitchGetRequest? body,
Retrieve a deposit switch
Implementation
Future<chopper.Response<DepositSwitchGetResponse>> depositSwitchGetPost(
{required DepositSwitchGetRequest? body}) {
generatedMapping.putIfAbsent(DepositSwitchGetResponse,
() => DepositSwitchGetResponse.fromJsonFactory);
return _depositSwitchGetPost(body: body);
}