paymentProfileGetPost method
Future<Response<PaymentProfileGetResponse> >
paymentProfileGetPost({
- required PaymentProfileGetRequest? body,
Get payment profile
Implementation
Future<chopper.Response<PaymentProfileGetResponse>> paymentProfileGetPost(
{required PaymentProfileGetRequest? body}) {
generatedMapping.putIfAbsent(PaymentProfileGetResponse,
() => PaymentProfileGetResponse.fromJsonFactory);
return _paymentProfileGetPost(body: body);
}