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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vatNumber
public Customer.UpdateBillingInfoRequest vatNumber(String vatNumber)
billingAddressFirstName
public Customer.UpdateBillingInfoRequest billingAddressFirstName(String billingAddressFirstName)
billingAddressLastName
public Customer.UpdateBillingInfoRequest billingAddressLastName(String billingAddressLastName)
billingAddressEmail
public Customer.UpdateBillingInfoRequest billingAddressEmail(String billingAddressEmail)
billingAddressCompany
public Customer.UpdateBillingInfoRequest billingAddressCompany(String billingAddressCompany)
billingAddressPhone
public Customer.UpdateBillingInfoRequest billingAddressPhone(String billingAddressPhone)
billingAddressLine1
public Customer.UpdateBillingInfoRequest billingAddressLine1(String billingAddressLine1)
billingAddressLine2
public Customer.UpdateBillingInfoRequest billingAddressLine2(String billingAddressLine2)
billingAddressLine3
public Customer.UpdateBillingInfoRequest billingAddressLine3(String billingAddressLine3)
billingAddressCity
public Customer.UpdateBillingInfoRequest billingAddressCity(String billingAddressCity)
billingAddressStateCode
public Customer.UpdateBillingInfoRequest billingAddressStateCode(String billingAddressStateCode)
billingAddressState
public Customer.UpdateBillingInfoRequest billingAddressState(String billingAddressState)
billingAddressZip
public Customer.UpdateBillingInfoRequest billingAddressZip(String billingAddressZip)
billingAddressCountry
public Customer.UpdateBillingInfoRequest billingAddressCountry(String billingAddressCountry)
params
public Params params()
- Overrides:
params in class RequestBase<Customer.UpdateBillingInfoRequest>
Copyright © 2015 ChargeBee. All Rights Reserved.