Uses of Interface
com.broadleafcommerce.tabby.domain.enums.TabbyPaymentStatus
Packages that use TabbyPaymentStatus
Package
Description
-
Uses of TabbyPaymentStatus in com.broadleafcommerce.tabby.domain.enums
Classes in com.broadleafcommerce.tabby.domain.enums that implement TabbyPaymentStatus -
Uses of TabbyPaymentStatus in com.broadleafcommerce.tabby.service
Methods in com.broadleafcommerce.tabby.service with parameters of type TabbyPaymentStatusModifier and TypeMethodDescriptionprotected String
DefaultTabbyTransactionLookupService.buildGatewayTransactionId
(@NonNull String tabbyPaymentId, @NonNull TabbyPaymentStatus targetPaymentStatus) -
Uses of TabbyPaymentStatus in com.broadleafcommerce.tabby.service.webhook
Methods in com.broadleafcommerce.tabby.service.webhook with parameters of type TabbyPaymentStatusModifier and TypeMethodDescriptionprotected String
DefaultTabbyWebhookHandler.buildGatewayTransactionId
(@NonNull String tabbyPaymentId, @NonNull TabbyPaymentStatus targetPaymentStatus)