com.chargebee.models
Class Customer.UpdateBillingInfoRequest

java.lang.Object
  extended by com.chargebee.internal.RequestBase<U>
      extended by com.chargebee.internal.Request<Customer.UpdateBillingInfoRequest>
          extended by 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, params, uri
 
Method Summary
 Customer.UpdateBillingInfoRequest billingAddressCity(String billingAddressCity)
           
 Customer.UpdateBillingInfoRequest billingAddressCompany(String billingAddressCompany)
           
 Customer.UpdateBillingInfoRequest billingAddressCountry(String billingAddressCountry)
           
 Customer.UpdateBillingInfoRequest billingAddressEmail(String billingAddressEmail)
           
 Customer.UpdateBillingInfoRequest billingAddressFirstName(String billingAddressFirstName)
           
 Customer.UpdateBillingInfoRequest billingAddressLastName(String billingAddressLastName)
           
 Customer.UpdateBillingInfoRequest billingAddressLine1(String billingAddressLine1)
           
 Customer.UpdateBillingInfoRequest billingAddressLine2(String billingAddressLine2)
           
 Customer.UpdateBillingInfoRequest billingAddressLine3(String billingAddressLine3)
           
 Customer.UpdateBillingInfoRequest billingAddressPhone(String billingAddressPhone)
           
 Customer.UpdateBillingInfoRequest billingAddressState(String billingAddressState)
           
 Customer.UpdateBillingInfoRequest billingAddressStateCode(String billingAddressStateCode)
           
 Customer.UpdateBillingInfoRequest billingAddressZip(String billingAddressZip)
           
 Params params()
           
 Customer.UpdateBillingInfoRequest vatNumber(String vatNumber)
           
 
Methods inherited from class com.chargebee.internal.Request
param, request, request
 
Methods inherited from class com.chargebee.internal.RequestBase
header
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.