|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.model.AbstractModel
com.cloudcontrolled.api.model.BillingAccount
public class BillingAccount
The billing account object contains informations about the recipient of the current invoices.
| Constructor Summary | |
|---|---|
BillingAccount()
Constructor for BillingAccount. |
|
| Method Summary | |
|---|---|
String |
getAddress_line_1()
Getter for the field address_line_1. |
String |
getAddress_line_2()
Getter for the field address_line_2. |
String |
getCity()
Getter for the field city. |
String |
getCompany()
Getter for the field company. |
Country |
getCountry()
Getter for the field country. |
String |
getDate_created()
Getter for the field date_created. |
String |
getDate_modified()
Getter for the field date_modified. |
String |
getEmail()
Getter for the field email. |
String |
getFirstname()
Getter for the field firstname. |
String |
getLastname()
Getter for the field lastname. |
String |
getName()
Getter for the field name. |
String |
getPostal_code()
Getter for the field postal_code. |
String |
getSalutation()
Getter for the field salutation. |
SupportPlan |
getSupport_plan()
Getter for the field support_plan. |
String |
getTax_number()
Getter for the field tax_number. |
String |
getTitle()
Getter for the field title. |
User |
getUser()
Getter for the field user. |
void |
setAddress_line_1(String address_line_1)
Setter for the field address_line_1. |
void |
setAddress_line_2(String address_line_2)
Setter for the field address_line_2. |
void |
setCity(String city)
Setter for the field city. |
void |
setCompany(String company)
Setter for the field company. |
void |
setCountry(Country country)
Setter for the field country. |
void |
setDate_created(String date_created)
Setter for the field date_created. |
void |
setDate_modified(String date_modified)
Setter for the field date_modified. |
void |
setEmail(String email)
Setter for the field email. |
void |
setFirstname(String firstname)
Setter for the field firstname. |
void |
setLastname(String lastname)
Setter for the field lastname. |
void |
setName(String name)
Setter for the field name. |
void |
setPostal_code(String postal_code)
Setter for the field postal_code. |
void |
setSalutation(String salutation)
Setter for the field salutation. |
void |
setSupport_plan(SupportPlan support_plan)
Setter for the field support_plan. |
void |
setTax_number(String tax_number)
Setter for the field tax_number. |
void |
setTitle(String title)
Setter for the field title. |
void |
setUser(User user)
Setter for the field user. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BillingAccount()
Constructor for BillingAccount.
| Method Detail |
|---|
public String getDate_created()
Getter for the field date_created.
String object.public void setDate_created(String date_created)
Setter for the field date_created.
date_created - a String object.public Country getCountry()
Getter for the field country.
Country object.public void setCountry(Country country)
Setter for the field country.
country - a Country object.public String getCompany()
Getter for the field company.
String object.public void setCompany(String company)
Setter for the field company.
company - a String object.public String getEmail()
Getter for the field email.
String object.public void setEmail(String email)
Setter for the field email.
email - a String object.public String getAddress_line_2()
Getter for the field address_line_2.
String object.public void setAddress_line_2(String address_line_2)
Setter for the field address_line_2.
address_line_2 - a String object.public String getAddress_line_1()
Getter for the field address_line_1.
String object.public void setAddress_line_1(String address_line_1)
Setter for the field address_line_1.
address_line_1 - a String object.public String getCity()
Getter for the field city.
String object.public void setCity(String city)
Setter for the field city.
city - a String object.public SupportPlan getSupport_plan()
Getter for the field support_plan.
SupportPlan object.public void setSupport_plan(SupportPlan support_plan)
Setter for the field support_plan.
support_plan - a SupportPlan object.public String getName()
Getter for the field name.
String object.public void setName(String name)
Setter for the field name.
name - a String object.public String getLastname()
Getter for the field lastname.
String object.public void setLastname(String lastname)
Setter for the field lastname.
lastname - a String object.public String getSalutation()
Getter for the field salutation.
String object.public void setSalutation(String salutation)
Setter for the field salutation.
salutation - a String object.public String getTax_number()
Getter for the field tax_number.
String object.public void setTax_number(String tax_number)
Setter for the field tax_number.
tax_number - a String object.public String getDate_modified()
Getter for the field date_modified.
String object.public void setDate_modified(String date_modified)
Setter for the field date_modified.
date_modified - a String object.public User getUser()
Getter for the field user.
User object.public void setUser(User user)
Setter for the field user.
user - a User object.public String getPostal_code()
Getter for the field postal_code.
String object.public void setPostal_code(String postal_code)
Setter for the field postal_code.
postal_code - a String object.public String getTitle()
Getter for the field title.
String object.public void setTitle(String title)
Setter for the field title.
title - a String object.public String getFirstname()
Getter for the field firstname.
String object.public void setFirstname(String firstname)
Setter for the field firstname.
firstname - a String object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||