Class CheckoutComWebhookResponse


  • public class CheckoutComWebhookResponse
    extends Object
    • Constructor Detail

      • CheckoutComWebhookResponse

        public CheckoutComWebhookResponse()
    • Method Detail

      • 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

        public CheckoutComWebhookResponse.Data 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.