com.chargebee.models
Class Customer.UpdateRequest
java.lang.Object
com.chargebee.internal.RequestBase<U>
com.chargebee.internal.Request<Customer.UpdateRequest>
com.chargebee.models.Customer.UpdateRequest
- Enclosing class:
- Customer
public static class Customer.UpdateRequest
- extends Request<Customer.UpdateRequest>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstName
public Customer.UpdateRequest firstName(String firstName)
lastName
public Customer.UpdateRequest lastName(String lastName)
email
public Customer.UpdateRequest email(String email)
preferredCurrencyCode
public Customer.UpdateRequest preferredCurrencyCode(String preferredCurrencyCode)
phone
public Customer.UpdateRequest phone(String phone)
company
public Customer.UpdateRequest company(String company)
autoCollection
public Customer.UpdateRequest autoCollection(AutoCollection autoCollection)
allowDirectDebit
public Customer.UpdateRequest allowDirectDebit(Boolean allowDirectDebit)
netTermDays
public Customer.UpdateRequest netTermDays(Integer netTermDays)
taxability
public Customer.UpdateRequest taxability(Taxability taxability)
exemptionDetails
public Customer.UpdateRequest exemptionDetails(org.json.JSONArray exemptionDetails)
customerType
public Customer.UpdateRequest customerType(CustomerType customerType)
clientProfileId
public Customer.UpdateRequest clientProfileId(String clientProfileId)
taxjarExemptionCategory
public Customer.UpdateRequest taxjarExemptionCategory(TaxjarExemptionCategory taxjarExemptionCategory)
locale
public Customer.UpdateRequest locale(String locale)
entityCode
public Customer.UpdateRequest entityCode(EntityCode entityCode)
exemptNumber
public Customer.UpdateRequest exemptNumber(String exemptNumber)
invoiceNotes
public Customer.UpdateRequest invoiceNotes(String invoiceNotes)
metaData
public Customer.UpdateRequest metaData(org.json.JSONObject metaData)
fraudFlag
public Customer.UpdateRequest fraudFlag(Customer.FraudFlag fraudFlag)
consolidatedInvoicing
public Customer.UpdateRequest consolidatedInvoicing(Boolean consolidatedInvoicing)
params
public Params params()
- Overrides:
params
in class Request<Customer.UpdateRequest>
Copyright © 2020 ChargeBee. All Rights Reserved.