Uses of Class
com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest
Packages that use PaymentValidationRequest
Package
Description
-
Uses of PaymentValidationRequest in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return types with arguments of type PaymentValidationRequestModifier and TypeMethodDescriptionPaymentValidationRequest.addAddress
(String addressType, Address<PaymentValidationRequest> address) Adds anAddress
to the map, identified by the provided addressType.PaymentValidationRequest.addressByType
(String addressType) PaymentValidationRequest.getAddress
(String addressType) Gathers one of the payment's relatedaddresses
by typePaymentValidationRequest.getAddressByType()
The collection of related addresses that may include billing or shipping addressesMethod parameters in com.broadleafcommerce.paymentgateway.domain with type arguments of type PaymentValidationRequestModifier and TypeMethodDescriptionPaymentValidationRequest.addAddress
(String addressType, Address<PaymentValidationRequest> address) Adds anAddress
to the map, identified by the provided addressType.void
PaymentValidationRequest.setAddressByType
(Map<String, Address<PaymentValidationRequest>> addressByType) The collection of related addresses that may include billing or shipping addresses -
Uses of PaymentValidationRequest in com.broadleafcommerce.paymentgateway.service
Methods in com.broadleafcommerce.paymentgateway.service with parameters of type PaymentValidationRequestModifier and TypeMethodDescriptionvoid
PaymentGatewayPaymentValidator.validatePayment
(PaymentValidationRequest paymentValidationRequest, String applicationId, String tenantId) Validates that thePaymentValidationRequest
is sufficiently configured to execute transactions for the gateway integration. -
Uses of PaymentValidationRequest in com.broadleafcommerce.paymentgateway.service.passthrough
Methods in com.broadleafcommerce.paymentgateway.service.passthrough with parameters of type PaymentValidationRequestModifier and TypeMethodDescriptionvoid
DefaultPassthroughPaymentValidator.validatePayment
(PaymentValidationRequest paymentValidationRequest, String applicationId, String tenantId)