com.stripe.model
Class Event
java.lang.Object
com.stripe.model.StripeObject
com.stripe.net.APIResource
com.stripe.model.Event
public class Event
- extends APIResource
Constructor Summary |
Event()
|
Event
public Event()
retrieve
public static Event retrieve(String id)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
all
public static EventCollection all(Map<String,Object> params)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
retrieve
public static Event retrieve(String id,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
all
public static EventCollection all(Map<String,Object> params,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
getData
public EventData getData()
setData
public void setData(EventData data)
getCreated
public Long getCreated()
setCreated
public void setCreated(Long created)
getId
public String getId()
setId
public void setId(String id)
getType
public String getType()
setType
public void setType(String name)
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
getLivemode
public Boolean getLivemode()
setLivemode
public void setLivemode(Boolean livemode)
getPendingWebhooks
public Integer getPendingWebhooks()
setPendingWebhooks
public void setPendingWebhooks(Integer pendingWebhooks)
Copyright © 2013 Stripe. All Rights Reserved.