Package com.chargebee.models
Class Customer.UpdateRequest
- Enclosing class:
- Customer
-
Field Summary
Fields inherited from class com.chargebee.internal.RequestBase
headers, isIdempotent, isJsonRequest, params, paramsV2, subDomain, uri -
Method Summary
Modifier and TypeMethodDescriptionallowDirectDebit(Boolean allowDirectDebit) autoCloseInvoices(Boolean autoCloseInvoices) autoCollection(AutoCollection autoCollection) clientProfileId(String clientProfileId) consolidatedInvoicing(Boolean consolidatedInvoicing) customerType(CustomerType customerType) entityCode(EntityCode entityCode) exemptionDetails(org.json.JSONArray exemptionDetails) exemptNumber(String exemptNumber) fraudFlag(Customer.FraudFlag fraudFlag) invoiceNotes(String invoiceNotes) metaData(org.json.JSONObject metaData) netTermDays(Integer netTermDays) offlinePaymentMethod(OfflinePaymentMethod offlinePaymentMethod) params()preferredCurrencyCode(String preferredCurrencyCode) taxability(Taxability taxability) taxjarExemptionCategory(TaxjarExemptionCategory taxjarExemptionCategory) taxProvidersFieldFieldId(int index, String taxProvidersFieldFieldId) taxProvidersFieldFieldValue(int index, String taxProvidersFieldFieldValue) taxProvidersFieldProviderName(int index, String taxProvidersFieldProviderName) Methods inherited from class com.chargebee.internal.Request
httpMeth, param, pathParam, request, request, setIdempotencyMethods inherited from class com.chargebee.internal.RequestBase
header, headers, paramsV2, setIdempotencyKey, uri
-
Method Details
-
firstName
-
lastName
-
email
-
preferredCurrencyCode
-
phone
-
company
-
autoCollection
-
allowDirectDebit
-
netTermDays
-
taxability
-
exemptionDetails
-
customerType
-
clientProfileId
-
taxjarExemptionCategory
public Customer.UpdateRequest taxjarExemptionCategory(TaxjarExemptionCategory taxjarExemptionCategory) -
locale
-
entityCode
-
exemptNumber
-
offlinePaymentMethod
-
invoiceNotes
-
autoCloseInvoices
-
metaData
-
fraudFlag
-
consolidatedInvoicing
-
taxProvidersFieldProviderName
public Customer.UpdateRequest taxProvidersFieldProviderName(int index, String taxProvidersFieldProviderName) -
taxProvidersFieldFieldId
-
taxProvidersFieldFieldValue
public Customer.UpdateRequest taxProvidersFieldFieldValue(int index, String taxProvidersFieldFieldValue) -
params
- Overrides:
paramsin classRequest<Customer.UpdateRequest>
-