Uses of Class
com.broadleafcommerce.tabby.domain.TabbyPaymentCapture
Packages that use TabbyPaymentCapture
-
Uses of TabbyPaymentCapture in com.broadleafcommerce.tabby.domain
Methods in com.broadleafcommerce.tabby.domain that return types with arguments of type TabbyPaymentCaptureMethod parameters in com.broadleafcommerce.tabby.domain with type arguments of type TabbyPaymentCaptureModifier and TypeMethodDescriptionvoid
TabbyPayment.setCaptures
(List<TabbyPaymentCapture> captures) -
Uses of TabbyPaymentCapture in com.broadleafcommerce.tabby.domain.webhook
Methods in com.broadleafcommerce.tabby.domain.webhook that return types with arguments of type TabbyPaymentCaptureModifier and TypeMethodDescriptionTabbyWebhookEvent.getCaptures()
If the payment is captured, the information about it will be added to this list.Method parameters in com.broadleafcommerce.tabby.domain.webhook with type arguments of type TabbyPaymentCaptureModifier and TypeMethodDescriptionvoid
TabbyWebhookEvent.setCaptures
(List<TabbyPaymentCapture> captures) If the payment is captured, the information about it will be added to this list.