com.chargebee.models
Class Customer.Contact

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

public static class Customer.Contact
extends Resource<Customer.Contact>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Customer.Contact(org.json.JSONObject jsonObj)
           
 
Method Summary
 String email()
           
 Boolean enabled()
           
 String firstName()
           
 String id()
           
 String label()
           
 String lastName()
           
 String phone()
           
 Boolean sendAccountEmail()
           
 Boolean sendBillingEmail()
           
 
Methods inherited from class com.chargebee.internal.Resource
apiVersionCheck, 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

Customer.Contact

public Customer.Contact(org.json.JSONObject jsonObj)
Method Detail

id

public String id()

firstName

public String firstName()

lastName

public String lastName()

email

public String email()

phone

public String phone()

label

public String label()

enabled

public Boolean enabled()

sendAccountEmail

public Boolean sendAccountEmail()

sendBillingEmail

public Boolean sendBillingEmail()


Copyright © 2016 ChargeBee. All Rights Reserved.