Uses of Class
com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest
Package
Description
-
Uses of PaymentValidationRequest in com.broadleafcommerce.paymentgateway.domain
Modifier 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 addressesModifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
DefaultPassthroughPaymentValidator.validatePayment
(PaymentValidationRequest paymentValidationRequest, String applicationId, String tenantId)