Uses of Class
com.broadleafcommerce.paymentgateway.domain.PaymentRequest
Packages that use PaymentRequest
Package
Description
-
Uses of PaymentRequest in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return PaymentRequestModifier and TypeMethodDescriptionPaymentRequest.additionalField(String key, Object value) PaymentRequest.adjustmentsTotal(javax.money.MonetaryAmount adjustmentsTotal) PaymentRequest.applicationId(String applicationId) PaymentRequest.completeCheckoutOnCallback(boolean completeCheckoutOnCallback) PaymentRequest.createMultiUseToken(boolean createMultiUseToken) LineItem.done()LineItem.getParent()PaymentRequest.orderDescription(String orderDescription) Deprecated.Deprecated.In favor ofpaymentOwnerTypeandpaymentOwnerId.PaymentRequest.orderSubtotal(javax.money.MonetaryAmount orderSubtotal) PaymentRequest.paymentOwnerDescription(String paymentOwnerDescription) PaymentRequest.paymentOwnerId(String ownerId) PaymentRequest.paymentOwnerType(String ownerType) PaymentRequest.paymentType(PaymentType paymentType) PaymentRequest.shippingTotal(javax.money.MonetaryAmount shippingTotal) PaymentRequest.taxTotal(javax.money.MonetaryAmount taxTotal) PaymentRequest.transactionReferenceId(String transactionReferenceId) PaymentRequest.transactionTotal(javax.money.MonetaryAmount transactionTotal) Methods in com.broadleafcommerce.paymentgateway.domain that return types with arguments of type PaymentRequestModifier and TypeMethodDescriptionPaymentRequest.billTo()You should only call this once, as it will create a new bill to address if called more than once.PaymentRequest.creditCard()You should only call this once, as it will create a new credit card if called more than once.PaymentRequest.customer()You should only call this once, as it will create a new customer if called more than once.PaymentRequest.customerCredit()You should only call this once, as it will create a new gift card if called more than once.PaymentRequest.getBillTo()The billing address associated with this transactionPaymentRequest.getCreditCard()For sale/authorize transactions, this will be the Credit Card object that was charged.PaymentRequest.getCustomer()Any customer information that relates to this transactionPaymentRequest.getCustomerCredits()Any customer credit accounts that have been processed.PaymentRequest.getGiftCards()Any gift cards that have been processed.PaymentRequest.getShipTo()If shipping information is captured on the gateway, the values sent back will be put herePaymentRequest.getSubscription()Any information required to execute recurring billingPaymentRequest.giftCard()You should only call this once, as it will create a new gift card if called more than once.PaymentRequest.shipTo()You should only call this once, as it will create a new customer if called more than once.PaymentRequest.subscription()You should only call this once, as it will create a new subscription if called more than once.Constructors in com.broadleafcommerce.paymentgateway.domain with parameters of type PaymentRequest -
Uses of PaymentRequest in com.broadleafcommerce.paymentgateway.service
Methods in com.broadleafcommerce.paymentgateway.service that return PaymentRequestModifier and TypeMethodDescriptionCurrentCustomerPaymentRequestService.getPaymentRequestFromCurrentCustomer()Returns aPaymentRequestbased on all the information from the current customer in the system, like one on threadlocalMethods in com.broadleafcommerce.paymentgateway.service with parameters of type PaymentRequestModifier and TypeMethodDescriptiondefault PaymentResponsePaymentGatewayTransactionService.authorize(PaymentRequest paymentRequest) Responsible for executing aDefaultTransactionTypes.AUTHORIZEtransaction against the payment gateway, based on the providedPaymentRequest, & returning the transaction's results in the form of aPaymentResponse.default PaymentResponsePaymentGatewayTransactionService.authorizeAndCapture(PaymentRequest paymentRequest) Responsible for executing aDefaultTransactionTypes.AUTHORIZE_AND_CAPTUREtransaction against the payment gateway, based on the providedPaymentRequest, & returning the transaction's results in the form of aPaymentResponse.default PaymentResponsePaymentGatewayTransactionService.capture(PaymentRequest paymentRequest) Responsible for executing aDefaultTransactionTypes.CAPTUREtransaction against the payment gateway, based on the providedPaymentRequest, & returning the transaction's results in the form of aPaymentResponse.default PaymentResponsePaymentGatewayTransactionConfirmationService.confirmTransaction(PaymentRequest paymentRequest) default PaymentResponsePaymentGatewayCustomerService.createGatewayCustomer(PaymentRequest requestDTO) default PaymentResponsePaymentGatewayCustomerService.deleteGatewayCustomer(PaymentRequest requestDTO) default PaymentResponsePaymentGatewayTransactionService.detachedCredit(PaymentRequest paymentRequest) Responsible for executing aDefaultTransactionTypes.DETACHED_CREDITtransaction against the payment gateway, based on the providedPaymentRequest, & returning the transaction's results in the form of aPaymentResponse.default PaymentResponsePaymentGatewayReportingService.findDetailsByTransaction(PaymentRequest paymentRequest) default PaymentResponsePaymentGatewayTransactionService.refund(PaymentRequest paymentRequest) Responsible for executing aDefaultTransactionTypes.REFUNDtransaction against the payment gateway, based on the providedPaymentRequest, & returning the transaction's results in the form of aPaymentResponse.default PaymentResponsePaymentGatewayHostedService.requestHostedEndpoint(PaymentRequest paymentRequest, boolean capture) default PaymentResponsePaymentGatewayTransactionService.reverseAuthorize(PaymentRequest paymentRequest) Responsible for executing aDefaultTransactionTypes.REVERSE_AUTHtransaction against the payment gateway, based on the providedPaymentRequest, & returning the transaction's results in the form of aPaymentResponse.default PaymentResponsePaymentGatewayRollbackService.rollbackAuthorize(PaymentRequest transactionToBeRolledBack) default PaymentResponsePaymentGatewayRollbackService.rollbackAuthorizeAndCapture(PaymentRequest transactionToBeRolledBack) default PaymentResponsePaymentGatewayRollbackService.rollbackCapture(PaymentRequest transactionToBeRolledBack) default PaymentResponsePaymentGatewayRollbackService.rollbackRefund(PaymentRequest transactionToBeRolledBack) default PaymentResponsePaymentGatewayCustomerService.updateGatewayCustomer(PaymentRequest requestDTO) -
Uses of PaymentRequest in com.broadleafcommerce.paymentgateway.service.passthrough
Methods in com.broadleafcommerce.paymentgateway.service.passthrough with parameters of type PaymentRequestModifier and TypeMethodDescriptionDefaultPassthroughTestingTransactionService.authorize(PaymentRequest paymentRequest) DefaultPassthroughTransactionService.authorize(PaymentRequest paymentRequest) DefaultPassthroughTestingTransactionService.authorizeAndCapture(PaymentRequest paymentRequest) DefaultPassthroughTransactionService.authorizeAndCapture(PaymentRequest paymentRequest) DefaultPassthroughTestingTransactionService.capture(PaymentRequest paymentRequest) DefaultPassthroughTransactionService.capture(PaymentRequest paymentRequest) DefaultPassthroughTestingTransactionService.detachedCredit(PaymentRequest paymentRequest) DefaultPassthroughTransactionService.detachedCredit(PaymentRequest paymentRequest) protected StringDefaultPassthroughTestingTransactionService.getPaymentToken(PaymentRequest paymentRequest) protected PaymentResponseDefaultPassthroughTestingTransactionService.handleAVSoftDecline(PaymentRequest paymentRequest, TransactionType transactionType) protected PaymentResponseDefaultPassthroughTestingTransactionService.handleCVSoftDecline(PaymentRequest paymentRequest, TransactionType transactionType) protected PaymentResponseDefaultPassthroughTestingTransactionService.handleInsufficientFundsHardDecline(PaymentRequest paymentRequest, TransactionType transactionType) protected PaymentResponseDefaultPassthroughTestingTransactionService.handleLostStolenHardDecline(PaymentRequest paymentRequest, TransactionType transactionType) DefaultPassthroughTestingTransactionService.refund(PaymentRequest paymentRequest) DefaultPassthroughTransactionService.refund(PaymentRequest paymentRequest) DefaultPassthroughTestingTransactionService.reverseAuthorize(PaymentRequest paymentRequest) DefaultPassthroughTransactionService.reverseAuthorize(PaymentRequest paymentRequest) -
Uses of PaymentRequest in com.broadleafcommerce.paymentgateway.util
Methods in com.broadleafcommerce.paymentgateway.util with parameters of type PaymentRequestModifier and TypeMethodDescriptionDefaultPaymentResponseUtil.buildPaymentResponse(@NonNull PaymentRequest paymentRequest, @NonNull PaymentGatewayType gatewayType, @NonNull TransactionType transactionType) PaymentResponseUtil.buildPaymentResponse(@NonNull PaymentRequest paymentRequest, @NonNull PaymentGatewayType gatewayType, @NonNull TransactionType transactionType) Builds and populates aPaymentResponsebased on the providedPaymentRequest
paymentOwnerDescription