Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayTransactionResponseValidator
-
Packages that use PaymentGatewayTransactionResponseValidator Package Description com.broadleafcommerce.paymentgateway.service.provider -
-
Uses of PaymentGatewayTransactionResponseValidator in com.broadleafcommerce.paymentgateway.service.provider
Methods in com.broadleafcommerce.paymentgateway.service.provider that return PaymentGatewayTransactionResponseValidator Modifier and Type Method Description PaymentGatewayTransactionResponseValidatorDefaultPaymentGatewayResourceProvider. getTransactionResponseValidator(@NonNull String gatewayType)PaymentGatewayTransactionResponseValidatorPaymentGatewayResourceProvider. getTransactionResponseValidator(String gatewayType)Returns the firstPaymentGatewayTransactionResponseValidatorthat matches the givenPaymentGatewayType.Methods in com.broadleafcommerce.paymentgateway.service.provider that return types with arguments of type PaymentGatewayTransactionResponseValidator Modifier and Type Method Description protected List<PaymentGatewayTransactionResponseValidator>DefaultPaymentGatewayResourceProvider. getTransactionResponseValidators()
-