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 anAddressto the map, identified by the provided addressType.PaymentValidationRequest.addressByType(String addressType) PaymentValidationRequest.getAddress(String addressType) Gathers one of the payment's relatedaddressesby 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 anAddressto the map, identified by the provided addressType.voidPaymentValidationRequest.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 TypeMethodDescriptionvoidPaymentGatewayPaymentValidator.validatePayment(PaymentValidationRequest paymentValidationRequest, String applicationId, String tenantId) Validates that thePaymentValidationRequestis 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 TypeMethodDescriptionvoidDefaultPassthroughPaymentValidator.validatePayment(PaymentValidationRequest paymentValidationRequest, String applicationId, String tenantId)