creditcardpluginCardpointeGatewayapiSendauthorizeemailPost method
Future<Response<WebApiModulesPagesActiveLinkCardPointePaymentPaymentActiveLinkSendPreAuthorizeEmailResponse> >
creditcardpluginCardpointeGatewayapiSendauthorizeemailPost({})
Sends an email to a customer requesting them to input their credit card information, which is then used to create a credit card pre-authorization or a deposit, based on the Capture flag..
Implementation
Future<
chopper.Response<
WebApiModulesPagesActiveLinkCardPointePaymentPaymentActiveLinkSendPreAuthorizeEmailResponse>>
creditcardpluginCardpointeGatewayapiSendauthorizeemailPost(
{required WebApiModulesPagesActiveLinkCardPointePaymentPaymentActiveLinkSendAuthorizEmailRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesPagesActiveLinkCardPointePaymentPaymentActiveLinkSendPreAuthorizeEmailResponse,
() =>
WebApiModulesPagesActiveLinkCardPointePaymentPaymentActiveLinkSendPreAuthorizeEmailResponse
.fromJsonFactory);
return _creditcardpluginCardpointeGatewayapiSendauthorizeemailPost(
body: body);
}