Class MyFatoorahWebhookRequest

java.lang.Object
com.broadleafcommerce.myfatoorah.domain.MyFatoorahWebhookRequest
All Implemented Interfaces:
Serializable

public class MyFatoorahWebhookRequest extends Object implements Serializable
This component represents a webhook request coming from MyFatoorah.
Author:
Divyank Chavan.
See Also:
  • Constructor Details

    • MyFatoorahWebhookRequest

      public MyFatoorahWebhookRequest()
  • Method Details

    • setEventType

      public void setEventType(int eventType)
    • setEvent

      public void setEvent(String event)
    • setDateTime

      public void setDateTime(String dateTime)
    • setCountryIsoCode

      public void setCountryIsoCode(String countryIsoCode)
    • setData

      public void setData(MyFatoorahWebhookRequest.Data data)
    • getEventType

      public int getEventType()
    • getEvent

      public String getEvent()
    • getDateTime

      public String getDateTime()
    • getCountryIsoCode

      public String getCountryIsoCode()
    • getData