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