Uses of Class
com.broadleafcommerce.paymentgateway.domain.PaymentRequest
-
-
Uses of PaymentRequest in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return PaymentRequest Modifier and Type Method Description PaymentRequestPaymentRequest. additionalField(String key, Object value)PaymentRequestPaymentRequest. adjustmentsTotal(javax.money.MonetaryAmount adjustmentsTotal)PaymentRequestPaymentRequest. applicationId(String applicationId)PaymentRequestPaymentRequest. completeCheckoutOnCallback(boolean completeCheckoutOnCallback)PaymentRequestPaymentRequest. createMultiUseToken(boolean createMultiUseToken)PaymentRequestLineItem. done()PaymentRequestLineItem. getParent()PaymentRequestPaymentRequest. orderDescription(String orderDescription)Deprecated.In favor ofpaymentOwnerDescriptionPaymentRequestPaymentRequest. orderId(String orderId)Deprecated.In favor ofpaymentOwnerTypeandpaymentOwnerId.PaymentRequestPaymentRequest. orderSubtotal(javax.money.MonetaryAmount orderSubtotal)PaymentRequestPaymentRequest. paymentId(String paymentId)PaymentRequestPaymentRequest. paymentOwnerDescription(String paymentOwnerDescription)PaymentRequestPaymentRequest. paymentOwnerId(String ownerId)PaymentRequestPaymentRequest. paymentOwnerType(String ownerType)PaymentRequestPaymentRequest. paymentType(PaymentType paymentType)PaymentRequestPaymentRequest. shippingTotal(javax.money.MonetaryAmount shippingTotal)PaymentRequestPaymentRequest. taxTotal(javax.money.MonetaryAmount taxTotal)PaymentRequestPaymentRequest. tenantId(String tenantId)PaymentRequestPaymentRequest. transactionReferenceId(String transactionReferenceId)PaymentRequestPaymentRequest. transactionTotal(javax.money.MonetaryAmount transactionTotal)Methods in com.broadleafcommerce.paymentgateway.domain that return types with arguments of type PaymentRequest Modifier and Type Method Description Address<PaymentRequest>PaymentRequest. billTo()You should only call this once, as it will create a new bill to address if called more than once.CreditCard<PaymentRequest>PaymentRequest. creditCard()You should only call this once, as it will create a new credit card if called more than once.GatewayCustomer<PaymentRequest>PaymentRequest. customer()You should only call this once, as it will create a new customer if called more than once.CustomerCredit<PaymentRequest>PaymentRequest. customerCredit()You should only call this once, as it will create a new gift card if called more than once.Address<PaymentRequest>PaymentRequest. getBillTo()The billing address associated with this transactionCreditCard<PaymentRequest>PaymentRequest. getCreditCard()For sale/authorize transactions, this will be the Credit Card object that was charged.GatewayCustomer<PaymentRequest>PaymentRequest. getCustomer()Any customer information that relates to this transactionList<CustomerCredit<PaymentRequest>>PaymentRequest. getCustomerCredits()Any customer credit accounts that have been processed.List<GiftCard<PaymentRequest>>PaymentRequest. getGiftCards()Any gift cards that have been processed.Address<PaymentRequest>PaymentRequest. getShipTo()If shipping information is captured on the gateway, the values sent back will be put hereSubscription<PaymentRequest>PaymentRequest. getSubscription()Any information required to execute recurring billingGiftCard<PaymentRequest>PaymentRequest. giftCard()You should only call this once, as it will create a new gift card if called more than once.Address<PaymentRequest>PaymentRequest. shipTo()You should only call this once, as it will create a new customer if called more than once.Subscription<PaymentRequest>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 Constructor Description LineItem(PaymentRequest parent) -
Uses of PaymentRequest in com.broadleafcommerce.paymentgateway.service
Methods in com.broadleafcommerce.paymentgateway.service that return PaymentRequest Modifier and Type Method Description PaymentRequestCurrentCustomerPaymentRequestService. 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 PaymentRequest Modifier and Type Method Description default 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 PaymentRequest Modifier and Type Method Description PaymentResponseDefaultPassthroughTestingTransactionService. authorize(PaymentRequest paymentRequest)PaymentResponseDefaultPassthroughTransactionService. authorize(PaymentRequest paymentRequest)PaymentResponseDefaultPassthroughTestingTransactionService. authorizeAndCapture(PaymentRequest paymentRequest)PaymentResponseDefaultPassthroughTransactionService. authorizeAndCapture(PaymentRequest paymentRequest)PaymentResponseDefaultPassthroughTestingTransactionService. capture(PaymentRequest paymentRequest)PaymentResponseDefaultPassthroughTransactionService. capture(PaymentRequest paymentRequest)PaymentResponseDefaultPassthroughTestingTransactionService. detachedCredit(PaymentRequest paymentRequest)PaymentResponseDefaultPassthroughTransactionService. 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)PaymentResponseDefaultPassthroughTestingTransactionService. refund(PaymentRequest paymentRequest)PaymentResponseDefaultPassthroughTransactionService. refund(PaymentRequest paymentRequest)PaymentResponseDefaultPassthroughTestingTransactionService. reverseAuthorize(PaymentRequest paymentRequest)PaymentResponseDefaultPassthroughTransactionService. reverseAuthorize(PaymentRequest paymentRequest) -
Uses of PaymentRequest in com.broadleafcommerce.paymentgateway.util
Methods in com.broadleafcommerce.paymentgateway.util with parameters of type PaymentRequest Modifier and Type Method Description PaymentResponseDefaultPaymentResponseUtil. buildPaymentResponse(@NonNull PaymentRequest paymentRequest, @NonNull PaymentGatewayType gatewayType, @NonNull TransactionType transactionType)PaymentResponsePaymentResponseUtil. buildPaymentResponse(@NonNull PaymentRequest paymentRequest, @NonNull PaymentGatewayType gatewayType, @NonNull TransactionType transactionType)Builds and populates aPaymentResponsebased on the providedPaymentRequest
-