com.chargebee.models
Class Customer.CreateRequest
java.lang.Object
com.chargebee.internal.RequestBase<U>
com.chargebee.internal.Request<Customer.CreateRequest>
com.chargebee.models.Customer.CreateRequest
- Enclosing class:
- Customer
public static class Customer.CreateRequest
- extends Request<Customer.CreateRequest>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public Customer.CreateRequest id(String id)
firstName
public Customer.CreateRequest firstName(String firstName)
lastName
public Customer.CreateRequest lastName(String lastName)
email
public Customer.CreateRequest email(String email)
preferredCurrencyCode
public Customer.CreateRequest preferredCurrencyCode(String preferredCurrencyCode)
phone
public Customer.CreateRequest phone(String phone)
company
public Customer.CreateRequest company(String company)
autoCollection
public Customer.CreateRequest autoCollection(AutoCollection autoCollection)
netTermDays
public Customer.CreateRequest netTermDays(Integer netTermDays)
allowDirectDebit
public Customer.CreateRequest allowDirectDebit(Boolean allowDirectDebit)
vatNumber
public Customer.CreateRequest vatNumber(String vatNumber)
registeredForGst
public Customer.CreateRequest registeredForGst(Boolean registeredForGst)
taxability
public Customer.CreateRequest taxability(Taxability taxability)
locale
public Customer.CreateRequest locale(String locale)
entityCode
public Customer.CreateRequest entityCode(EntityCode entityCode)
exemptNumber
public Customer.CreateRequest exemptNumber(String exemptNumber)
metaData
public Customer.CreateRequest metaData(org.json.JSONObject metaData)
consolidatedInvoicing
public Customer.CreateRequest consolidatedInvoicing(Boolean consolidatedInvoicing)
createdFromIp
@Deprecated
public Customer.CreateRequest createdFromIp(String createdFromIp)
- Deprecated.
invoiceNotes
public Customer.CreateRequest invoiceNotes(String invoiceNotes)
cardGateway
@Deprecated
public Customer.CreateRequest cardGateway(Gateway cardGateway)
- Deprecated.
cardGatewayAccountId
public Customer.CreateRequest cardGatewayAccountId(String cardGatewayAccountId)
cardTmpToken
@Deprecated
public Customer.CreateRequest cardTmpToken(String cardTmpToken)
- Deprecated.
paymentMethodType
public Customer.CreateRequest paymentMethodType(Type paymentMethodType)
paymentMethodGateway
@Deprecated
public Customer.CreateRequest paymentMethodGateway(Gateway paymentMethodGateway)
- Deprecated.
paymentMethodGatewayAccountId
public Customer.CreateRequest paymentMethodGatewayAccountId(String paymentMethodGatewayAccountId)
paymentMethodReferenceId
public Customer.CreateRequest paymentMethodReferenceId(String paymentMethodReferenceId)
paymentMethodTmpToken
public Customer.CreateRequest paymentMethodTmpToken(String paymentMethodTmpToken)
paymentMethodIssuingCountry
public Customer.CreateRequest paymentMethodIssuingCountry(String paymentMethodIssuingCountry)
cardFirstName
public Customer.CreateRequest cardFirstName(String cardFirstName)
cardLastName
public Customer.CreateRequest cardLastName(String cardLastName)
cardNumber
public Customer.CreateRequest cardNumber(String cardNumber)
cardExpiryMonth
public Customer.CreateRequest cardExpiryMonth(Integer cardExpiryMonth)
cardExpiryYear
public Customer.CreateRequest cardExpiryYear(Integer cardExpiryYear)
cardCvv
public Customer.CreateRequest cardCvv(String cardCvv)
cardBillingAddr1
public Customer.CreateRequest cardBillingAddr1(String cardBillingAddr1)
cardBillingAddr2
public Customer.CreateRequest cardBillingAddr2(String cardBillingAddr2)
cardBillingCity
public Customer.CreateRequest cardBillingCity(String cardBillingCity)
cardBillingStateCode
public Customer.CreateRequest cardBillingStateCode(String cardBillingStateCode)
cardBillingState
public Customer.CreateRequest cardBillingState(String cardBillingState)
cardBillingZip
public Customer.CreateRequest cardBillingZip(String cardBillingZip)
cardBillingCountry
public Customer.CreateRequest cardBillingCountry(String cardBillingCountry)
cardIpAddress
@Deprecated
public Customer.CreateRequest cardIpAddress(String cardIpAddress)
- Deprecated.
billingAddressFirstName
public Customer.CreateRequest billingAddressFirstName(String billingAddressFirstName)
billingAddressLastName
public Customer.CreateRequest billingAddressLastName(String billingAddressLastName)
billingAddressEmail
public Customer.CreateRequest billingAddressEmail(String billingAddressEmail)
billingAddressCompany
public Customer.CreateRequest billingAddressCompany(String billingAddressCompany)
billingAddressPhone
public Customer.CreateRequest billingAddressPhone(String billingAddressPhone)
billingAddressLine1
public Customer.CreateRequest billingAddressLine1(String billingAddressLine1)
billingAddressLine2
public Customer.CreateRequest billingAddressLine2(String billingAddressLine2)
billingAddressLine3
public Customer.CreateRequest billingAddressLine3(String billingAddressLine3)
billingAddressCity
public Customer.CreateRequest billingAddressCity(String billingAddressCity)
billingAddressStateCode
public Customer.CreateRequest billingAddressStateCode(String billingAddressStateCode)
billingAddressState
public Customer.CreateRequest billingAddressState(String billingAddressState)
billingAddressZip
public Customer.CreateRequest billingAddressZip(String billingAddressZip)
billingAddressCountry
public Customer.CreateRequest billingAddressCountry(String billingAddressCountry)
billingAddressValidationStatus
public Customer.CreateRequest billingAddressValidationStatus(ValidationStatus billingAddressValidationStatus)
params
public Params params()
- Overrides:
params in class RequestBase<Customer.CreateRequest>
Copyright © 2018 ChargeBee. All Rights Reserved.