Uses of Class
com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest
-
-
Uses of PaymentValidationRequest in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return types with arguments of type PaymentValidationRequest Modifier and Type Method Description Address<PaymentValidationRequest>PaymentValidationRequest. addAddress(String addressType, Address<PaymentValidationRequest> address)Adds anAddressto the map, identified by the provided addressType.Address<PaymentValidationRequest>PaymentValidationRequest. addressByType(String addressType)Address<PaymentValidationRequest>PaymentValidationRequest. getAddress(String addressType)Gathers one of the payment's relatedaddressesby typeMap<String,Address<PaymentValidationRequest>>PaymentValidationRequest. getAddressByType()The collection of related addresses that may include billing or shipping addressesMethod parameters in com.broadleafcommerce.paymentgateway.domain with type arguments of type PaymentValidationRequest Modifier and Type Method Description Address<PaymentValidationRequest>PaymentValidationRequest. 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 PaymentValidationRequest Modifier and Type Method Description voidPaymentGatewayPaymentValidator. 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 PaymentValidationRequest Modifier and Type Method Description voidDefaultPassthroughPaymentValidator. validatePayment(PaymentValidationRequest paymentValidationRequest, String applicationId, String tenantId)
-