creditcardpluginCardpointeGatewayapiMakepaymentPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesPagesActiveLinkCardPointePaymentPaymentActiveLinkMakePaymentAsyncResponse>>
    creditcardpluginCardpointeGatewayapiMakepaymentPost(
        {required WebApiModulesPagesActiveLinkCardPointePaymentPaymentActiveLinkAuthorizeRequest?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesPagesActiveLinkCardPointePaymentPaymentActiveLinkMakePaymentAsyncResponse,
      () =>
          WebApiModulesPagesActiveLinkCardPointePaymentPaymentActiveLinkMakePaymentAsyncResponse
              .fromJsonFactory);

  return _creditcardpluginCardpointeGatewayapiMakepaymentPost(body: body);
}