Class CheckoutComWebhookResponse

java.lang.Object
com.broadleafcommerce.payment.service.gateway.webhooks.domain.CheckoutComWebhookResponse

public class CheckoutComWebhookResponse extends Object
  • Constructor Details

    • CheckoutComWebhookResponse

      public CheckoutComWebhookResponse()
  • Method Details

    • getId

      public String getId()
      The webhook event id.
    • getType

      public String getType()
      The webhook event type.
    • getCreatedOn

      public String getCreatedOn()
      The webhook event creation time.
    • getData

      The data field contains information about the interaction - ie payment approval, payment captured, etc.
    • setId

      public void setId(String id)
      The webhook event id.
    • setType

      public void setType(String type)
      The webhook event type.
    • setCreatedOn

      public void setCreatedOn(String createdOn)
      The webhook event creation time.
    • setData

      public void setData(CheckoutComWebhookResponse.Data data)
      The data field contains information about the interaction - ie payment approval, payment captured, etc.