paymentInitiationConsentCreatePost method
Future<Response<PaymentInitiationConsentCreateResponse> >
paymentInitiationConsentCreatePost({
- required PaymentInitiationConsentCreateRequest? body,
Create payment consent
Implementation
Future<chopper.Response<PaymentInitiationConsentCreateResponse>>
paymentInitiationConsentCreatePost(
{required PaymentInitiationConsentCreateRequest? body}) {
generatedMapping.putIfAbsent(PaymentInitiationConsentCreateResponse,
() => PaymentInitiationConsentCreateResponse.fromJsonFactory);
return _paymentInitiationConsentCreatePost(body: body);
}