com.chargebee.models
Class Event.Webhook

java.lang.Object
  extended by com.chargebee.internal.Resource<Event.Webhook>
      extended by com.chargebee.models.Event.Webhook
Enclosing class:
Event

public static class Event.Webhook
extends Resource<Event.Webhook>


Nested Class Summary
static class Event.Webhook.WebhookStatus
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Event.Webhook(org.json.JSONObject jsonObj)
           
 
Method Summary
 String id()
           
 Event.Webhook.WebhookStatus webhookStatus()
           
 
Methods inherited from class com.chargebee.internal.Resource
nullCheck, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event.Webhook

public Event.Webhook(org.json.JSONObject jsonObj)
Method Detail

id

public String id()

webhookStatus

public Event.Webhook.WebhookStatus webhookStatus()


Copyright © 2015 ChargeBee. All Rights Reserved.