com.chargebee.models
Class PortalSession
java.lang.Object
com.chargebee.internal.Resource<PortalSession>
com.chargebee.models.PortalSession
public class PortalSession
- extends Resource<PortalSession>
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 |
PortalSession
public PortalSession(String jsonStr)
PortalSession
public PortalSession(org.json.JSONObject jsonObj)
id
public String id()
accessUrl
public String accessUrl()
redirectUrl
public String redirectUrl()
status
public PortalSession.Status status()
createdAt
public Timestamp createdAt()
expiresAt
public Timestamp expiresAt()
customerId
public String customerId()
loginAt
public Timestamp loginAt()
logoutAt
public Timestamp logoutAt()
loginIpaddress
public String loginIpaddress()
logoutIpaddress
public String logoutIpaddress()
create
public static PortalSession.CreateRequest create()
throws IOException
- Throws:
IOException
retrieve
public static Request retrieve(String id)
throws IOException
- Throws:
IOException
logout
public static Request logout(String id)
throws IOException
- Throws:
IOException
Copyright © 2014 ChargeBee. All Rights Reserved.