Uses of Class
com.broadleafcommerce.payment.service.gateway.webhooks.domain.CheckoutComWebhookResponse.Data
Packages that use CheckoutComWebhookResponse.Data
-
Uses of CheckoutComWebhookResponse.Data in com.broadleafcommerce.payment.service.gateway.webhooks.domain
Methods in com.broadleafcommerce.payment.service.gateway.webhooks.domain that return CheckoutComWebhookResponse.DataModifier and TypeMethodDescriptionCheckoutComWebhookResponse.getData()
The data field contains information about the interaction - ie payment approval, payment captured, etc.Methods in com.broadleafcommerce.payment.service.gateway.webhooks.domain with parameters of type CheckoutComWebhookResponse.DataModifier and TypeMethodDescriptionvoid
CheckoutComWebhookResponse.setData
(CheckoutComWebhookResponse.Data data) The data field contains information about the interaction - ie payment approval, payment captured, etc.