Uses of Class
com.broadleafcommerce.tabby.domain.TabbyPaymentRequest
Packages that use TabbyPaymentRequest
Package
Description
-
Uses of TabbyPaymentRequest in com.broadleafcommerce.tabby.service
Methods in com.broadleafcommerce.tabby.service with parameters of type TabbyPaymentRequestModifier and TypeMethodDescriptionprotected com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyExternalCallService.buildPaymentResponse
(@NonNull TabbyPaymentRequest tabbyPaymentRequest) com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyExternalCallService.call
(@NonNull TabbyPaymentRequest tabbyPaymentRequest) com.broadleafcommerce.paymentgateway.domain.PaymentResponse
TabbyExternalCallService.call
(TabbyPaymentRequest tabbyPaymentRequest) Executes the payment request to the Tabby API.com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyExternalCallService.communicateWithVendor
(@NonNull TabbyPaymentRequest tabbyPaymentRequest) protected com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyExternalCallService.executeAuthorizeRequest
(@NonNull TabbyPaymentRequest tabbyPaymentRequest, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) protected com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyExternalCallService.executeCaptureRequest
(@NonNull TabbyPaymentRequest tabbyPaymentRequest, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) protected com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyExternalCallService.executeRefundRequest
(@NonNull TabbyPaymentRequest tabbyPaymentRequest, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) protected com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyExternalCallService.executeRequest
(@NonNull TabbyPaymentRequest tabbyPaymentRequest, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) protected com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyExternalCallService.executeReverseAuthorizeRequest
(@NonNull TabbyPaymentRequest tabbyPaymentRequest, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) protected String
DefaultTabbyExternalCallService.getGatewayTransactionType
(@NonNull TabbyPaymentRequest tabbyPaymentRequest) protected com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyExternalCallService.handleExecuteCustomRequest
(@NonNull TabbyPaymentRequest tabbyPaymentRequest, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) protected com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyExternalCallService.processProviderApiException
(@NonNull ProviderApiException apiException, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse, @NonNull TabbyPaymentRequest tabbyPaymentRequest) -
Uses of TabbyPaymentRequest in com.broadleafcommerce.tabby.service.requestresponse
Methods in com.broadleafcommerce.tabby.service.requestresponse with parameters of type TabbyPaymentRequestModifier and TypeMethodDescriptionDefaultTabbyRequestService.buildCapturePaymentRequest
(@NonNull TabbyPaymentRequest tabbyPaymentRequest) TabbyRequestService.buildCapturePaymentRequest
(TabbyPaymentRequest tabbyPaymentRequest) Builds theTabbyCapturePaymentRequest
to capture the payment.DefaultTabbyRequestService.buildCreateSessionRequest
(@NonNull TabbyPaymentRequest tabbyPaymentRequest) TabbyRequestService.buildCreateSessionRequest
(TabbyPaymentRequest tabbyPaymentRequest) Builds theTabbyCheckoutSession
to create the checkout session.protected String
DefaultTabbyResponseService.buildGatewayTransactionId
(@NonNull TabbyPayment tabbyPayment, @NonNull TabbyPaymentRequest tabbyPaymentRequest) protected com.broadleafcommerce.paymentgateway.domain.NextAction
DefaultTabbyResponseService.buildNextAction
(@NonNull TabbyCheckoutSession checkoutSessionResponse, @NonNull TabbyPaymentRequest tabbyPaymentRequest) DefaultTabbyRequestService.buildRefundPaymentRequest
(@NonNull TabbyPaymentRequest tabbyPaymentRequest) TabbyRequestService.buildRefundPaymentRequest
(TabbyPaymentRequest tabbyPaymentRequest) Builds theTabbyRefundPaymentRequest
to refund the payment.protected String
DefaultTabbyRequestService.getMerchantCode
(@NonNull TabbyPaymentRequest tabbyPaymentRequest) protected TabbyCheckoutSession.TabbyMerchantUrls
DefaultTabbyRequestService.getMerchantUrls
(TabbyPaymentRequest tabbyPaymentRequest) DefaultTabbyRequestService.getMetadata
(@NonNull TabbyPayment tabbyPayment, @NonNull TabbyPaymentRequest tabbyPaymentRequest) protected TabbyPayment
DefaultTabbyRequestService.getTabbyPayment
(@NonNull TabbyPaymentRequest tabbyPaymentRequest) protected boolean
DefaultTabbyResponseService.isSuccessful
(@NonNull TabbyCheckoutSession checkoutSessionResponse, @NonNull TabbyPaymentRequest tabbyPaymentRequest) protected boolean
DefaultTabbyResponseService.isSuccessful
(@NonNull TabbyPayment tabbyPayment, @NonNull TabbyPaymentRequest tabbyPaymentRequest) com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyResponseService.populatePaymentResponse
(@NonNull TabbyCheckoutSession checkoutSessionResponse, @NonNull TabbyPaymentRequest tabbyPaymentRequest, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyResponseService.populatePaymentResponse
(@NonNull TabbyPayment tabbyPayment, @NonNull TabbyPaymentRequest tabbyPaymentRequest, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) com.broadleafcommerce.paymentgateway.domain.PaymentResponse
TabbyResponseService.populatePaymentResponse
(TabbyCheckoutSession checkoutSessionResponse, TabbyPaymentRequest tabbyPaymentRequest, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) Populates the payment response based on the provided checkout session responsecom.broadleafcommerce.paymentgateway.domain.PaymentResponse
TabbyResponseService.populatePaymentResponse
(TabbyPayment tabbyPayment, TabbyPaymentRequest tabbyPaymentRequest, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) Populates the payment response based on the provided Tabby payment responseprotected void
DefaultTabbyResponseService.populateRawResponse
(@NonNull Object tabbyResponse, @NonNull TabbyPaymentRequest tabbyPaymentRequest, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse)