com.chargebee.models
Class Customer.Contact
java.lang.Object
com.chargebee.internal.Resource<Customer.Contact>
com.chargebee.models.Customer.Contact
- Enclosing class:
- Customer
public static class Customer.Contact
- extends Resource<Customer.Contact>
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 |
Customer.Contact
public Customer.Contact(org.json.JSONObject jsonObj)
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.