Uses of Class
com.broadleafcommerce.tabby.domain.TabbyPaymentRefund
Packages that use TabbyPaymentRefund
-
Uses of TabbyPaymentRefund in com.broadleafcommerce.tabby.domain
Methods in com.broadleafcommerce.tabby.domain that return types with arguments of type TabbyPaymentRefundMethod parameters in com.broadleafcommerce.tabby.domain with type arguments of type TabbyPaymentRefund -
Uses of TabbyPaymentRefund in com.broadleafcommerce.tabby.domain.webhook
Methods in com.broadleafcommerce.tabby.domain.webhook that return types with arguments of type TabbyPaymentRefundModifier and TypeMethodDescriptionTabbyWebhookEvent.getRefunds()
If the payment is refunded, the information about it will be added to this list.Method parameters in com.broadleafcommerce.tabby.domain.webhook with type arguments of type TabbyPaymentRefundModifier and TypeMethodDescriptionvoid
TabbyWebhookEvent.setRefunds
(List<TabbyPaymentRefund> refunds) If the payment is refunded, the information about it will be added to this list.