depositSwitchGet abstract method

  1. @Post(path: '/deposit_switch/get')
Future<Response<DepositSwitchGetResponse>> depositSwitchGet({
  1. @Body() @required DepositSwitchGetRequest? body,
})

Retrieve a deposit switch @param body

Implementation

@Post(path: '/deposit_switch/get')
Future<chopper.Response<DepositSwitchGetResponse>> depositSwitchGet(
    {@Body() @required DepositSwitchGetRequest? body});