processorAuthGet abstract method

  1. @Post(path: '/processor/auth/get')
Future<Response<ProcessorAuthGetResponse>> processorAuthGet({
  1. @Body() @required ProcessorAuthGetRequest? body,
})

Retrieve Auth data @param body

Implementation

@Post(path: '/processor/auth/get')
Future<chopper.Response<ProcessorAuthGetResponse>> processorAuthGet(
    {@Body() @required ProcessorAuthGetRequest? body});