Uses of Class
com.broadleafcommerce.payment.service.gateway.webhooks.domain.CheckoutComWebhookResponse.Data
-
Packages that use CheckoutComWebhookResponse.Data Package Description com.broadleafcommerce.payment.service.gateway.webhooks.domain -
-
Uses of CheckoutComWebhookResponse.Data in com.broadleafcommerce.payment.service.gateway.webhooks.domain
Methods in com.broadleafcommerce.payment.service.gateway.webhooks.domain that return CheckoutComWebhookResponse.Data Modifier and Type Method Description CheckoutComWebhookResponse.DataCheckoutComWebhookResponse. 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.Data Modifier and Type Method Description voidCheckoutComWebhookResponse. setData(CheckoutComWebhookResponse.Data data)The data field contains information about the interaction - ie payment approval, payment captured, etc.
-