processorBalanceGetPost abstract method
- @Post.new(path: '/processor/balance/get')
- @Body.new() required ProcessorBalanceGetRequest? body,
Retrieve Balance data
Implementation
@Post(path: '/processor/balance/get')
Future<chopper.Response<ProcessorBalanceGetResponse>> processorBalanceGetPost(
{@Body() required ProcessorBalanceGetRequest? body});