Package com.chargebee.models
Class Customer.UpdateBillingInfoRequest
java.lang.Object
com.chargebee.internal.RequestBase<U>
com.chargebee.internal.Request<Customer.UpdateBillingInfoRequest>
com.chargebee.models.Customer.UpdateBillingInfoRequest
- Enclosing class:
- Customer
public static class Customer.UpdateBillingInfoRequest
extends Request<Customer.UpdateBillingInfoRequest>
-
Field Summary
Fields inherited from class com.chargebee.internal.RequestBase
headers, isIdempotent, isJsonRequest, params, paramsV2, subDomain, uri -
Method Summary
Modifier and TypeMethodDescriptionbillingAddressCity(String billingAddressCity) billingAddressCompany(String billingAddressCompany) billingAddressCountry(String billingAddressCountry) billingAddressEmail(String billingAddressEmail) billingAddressFirstName(String billingAddressFirstName) billingAddressLastName(String billingAddressLastName) billingAddressLine1(String billingAddressLine1) billingAddressLine2(String billingAddressLine2) billingAddressLine3(String billingAddressLine3) billingAddressPhone(String billingAddressPhone) billingAddressState(String billingAddressState) billingAddressStateCode(String billingAddressStateCode) billingAddressValidationStatus(ValidationStatus billingAddressValidationStatus) billingAddressZip(String billingAddressZip) businessCustomerWithoutVatNumber(Boolean businessCustomerWithoutVatNumber) einvoicingMethod(EinvoicingMethod einvoicingMethod) entityIdentifierId(int index, String entityIdentifierId) entityIdentifierOperation(int index, Operation entityIdentifierOperation) entityIdentifierScheme(int index, String entityIdentifierScheme) entityIdentifierScheme(String entityIdentifierScheme) entityIdentifierStandard(int index, String entityIdentifierStandard) entityIdentifierStandard(String entityIdentifierStandard) entityIdentifierValue(int index, String entityIdentifierValue) isEinvoiceEnabled(Boolean isEinvoiceEnabled) params()registeredForGst(Boolean registeredForGst) taxProvidersFieldFieldId(int index, String taxProvidersFieldFieldId) taxProvidersFieldFieldValue(int index, String taxProvidersFieldFieldValue) taxProvidersFieldProviderName(int index, String taxProvidersFieldProviderName) vatNumberPrefix(String vatNumberPrefix) 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
-
vatNumber
-
vatNumberPrefix
-
entityIdentifierScheme
-
entityIdentifierStandard
-
registeredForGst
-
businessCustomerWithoutVatNumber
public Customer.UpdateBillingInfoRequest businessCustomerWithoutVatNumber(Boolean businessCustomerWithoutVatNumber) -
isEinvoiceEnabled
-
einvoicingMethod
-
billingAddressFirstName
-
billingAddressLastName
-
billingAddressEmail
-
billingAddressCompany
-
billingAddressPhone
-
billingAddressLine1
-
billingAddressLine2
-
billingAddressLine3
-
billingAddressCity
-
billingAddressStateCode
-
billingAddressState
-
billingAddressZip
-
billingAddressCountry
-
billingAddressValidationStatus
public Customer.UpdateBillingInfoRequest billingAddressValidationStatus(ValidationStatus billingAddressValidationStatus) -
entityIdentifierId
-
entityIdentifierScheme
public Customer.UpdateBillingInfoRequest entityIdentifierScheme(int index, String entityIdentifierScheme) -
entityIdentifierValue
public Customer.UpdateBillingInfoRequest entityIdentifierValue(int index, String entityIdentifierValue) -
entityIdentifierOperation
public Customer.UpdateBillingInfoRequest entityIdentifierOperation(int index, Operation entityIdentifierOperation) -
entityIdentifierStandard
public Customer.UpdateBillingInfoRequest entityIdentifierStandard(int index, String entityIdentifierStandard) -
taxProvidersFieldProviderName
public Customer.UpdateBillingInfoRequest taxProvidersFieldProviderName(int index, String taxProvidersFieldProviderName) -
taxProvidersFieldFieldId
public Customer.UpdateBillingInfoRequest taxProvidersFieldFieldId(int index, String taxProvidersFieldFieldId) -
taxProvidersFieldFieldValue
public Customer.UpdateBillingInfoRequest taxProvidersFieldFieldValue(int index, String taxProvidersFieldFieldValue) -
params
- Overrides:
paramsin classRequest<Customer.UpdateBillingInfoRequest>
-