processorIdentityGetPost abstract method
- @Post.new(path: '/processor/identity/get')
- @Body.new() required ProcessorIdentityGetRequest? body,
Retrieve Identity data
Implementation
@Post(path: '/processor/identity/get')
Future<chopper.Response<ProcessorIdentityGetResponse>>
processorIdentityGetPost(
{@Body() required ProcessorIdentityGetRequest? body});