processorBalanceGet abstract method

  1. @Post(path: '/processor/balance/get')
Future<Response<ProcessorBalanceGetResponse>> processorBalanceGet({
  1. @Body() @required ProcessorBalanceGetRequest? body,
})

Retrieve Balance data @param body

Implementation

@Post(path: '/processor/balance/get')
Future<chopper.Response<ProcessorBalanceGetResponse>> processorBalanceGet(
    {@Body() @required ProcessorBalanceGetRequest? body});