com.chargebee.models
Class Customer
java.lang.Object
com.chargebee.internal.Resource<Customer>
com.chargebee.models.Customer
public class Customer
- extends Resource<Customer>
Methods inherited from class com.chargebee.internal.Resource |
nullCheck, optEnum, optInteger, optJSONObject, optList, optLong, optString, optTimestamp, reqEnum, reqInteger, reqJSONObject, reqList, reqLong, reqString, reqTimestamp, toJson, toString, url, url |
Customer
public Customer(String jsonStr)
Customer
public Customer(org.json.JSONObject jsonObj)
id
public String id()
firstName
public String firstName()
lastName
public String lastName()
email
public String email()
company
public String company()
createdAt
public Timestamp createdAt()
cardStatus
public Customer.CardStatus cardStatus()
list
public static ListRequest list()
throws IOException
- Throws:
IOException
retrieve
public static Request retrieve(String id)
throws IOException
- Throws:
IOException
update
public static Customer.UpdateRequest update(String id)
throws IOException
- Throws:
IOException
Copyright © 2012 ChargeBee. All Rights Reserved.