Class CheckoutComWebhookResponse
java.lang.Object
com.broadleafcommerce.payment.service.gateway.webhooks.domain.CheckoutComWebhookResponse
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe webhook event creation time.getData()
The data field contains information about the interaction - ie payment approval, payment captured, etc.getId()
The webhook event id.getType()
The webhook event type.void
setCreatedOn
(String createdOn) The webhook event creation time.void
The data field contains information about the interaction - ie payment approval, payment captured, etc.void
The webhook event id.void
The webhook event type.
-
Constructor Details
-
CheckoutComWebhookResponse
public CheckoutComWebhookResponse()
-
-
Method Details
-
getId
The webhook event id. -
getType
The webhook event type. -
getCreatedOn
The webhook event creation time. -
getData
The data field contains information about the interaction - ie payment approval, payment captured, etc. -
setId
The webhook event id. -
setType
The webhook event type. -
setCreatedOn
The webhook event creation time. -
setData
The data field contains information about the interaction - ie payment approval, payment captured, etc.
-