paymentInitiationConsentPaymentExecutePost method
Future<Response<PaymentInitiationConsentPaymentExecuteResponse> >
paymentInitiationConsentPaymentExecutePost({
- required PaymentInitiationConsentPaymentExecuteRequest? body,
Execute a single payment using consent
Implementation
Future<chopper.Response<PaymentInitiationConsentPaymentExecuteResponse>>
paymentInitiationConsentPaymentExecutePost(
{required PaymentInitiationConsentPaymentExecuteRequest? body}) {
generatedMapping.putIfAbsent(PaymentInitiationConsentPaymentExecuteResponse,
() => PaymentInitiationConsentPaymentExecuteResponse.fromJsonFactory);
return _paymentInitiationConsentPaymentExecutePost(body: body);
}