Class DefaultAdyenPaymentValidator
java.lang.Object
com.broadleafcommerce.adyen.service.DefaultAdyenPaymentValidator
- All Implemented Interfaces:
 AdyenPaymentValidator,com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentValidator,com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
The default implementation of 
AdyenPaymentValidator.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvalidatePayment(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest paymentValidationRequest, String applicationId, String tenantId)  
- 
Constructor Details
- 
DefaultAdyenPaymentValidator
public DefaultAdyenPaymentValidator() 
 - 
 - 
Method Details
- 
validatePayment
public void validatePayment(@NonNull @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest paymentValidationRequest, @Nullable String applicationId, @Nullable String tenantId) - Specified by:
 validatePaymentin interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentValidator
 - 
getGatewayType
- Specified by:
 getGatewayTypein interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
 
 -