Package com.adyen.model.checkout
Class Company
- java.lang.Object
-
- com.adyen.model.checkout.Company
-
public class Company extends Object
Company
-
-
Constructor Summary
Constructors Constructor Description Company()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHomepage()The company website's home page.StringgetName()The company name.StringgetRegistrationNumber()Registration number of the company.StringgetRegistryLocation()Registry location of the company.StringgetTaxId()Tax ID of the company.StringgetType()The company type.inthashCode()Companyhomepage(String homepage)Companyname(String name)CompanyregistrationNumber(String registrationNumber)CompanyregistryLocation(String registryLocation)voidsetHomepage(String homepage)voidsetName(String name)voidsetRegistrationNumber(String registrationNumber)voidsetRegistryLocation(String registryLocation)voidsetTaxId(String taxId)voidsetType(String type)CompanytaxId(String taxId)StringtoString()Companytype(String type)
-
-
-
Method Detail
-
getHomepage
public String getHomepage()
The company website's home page.- Returns:
- homepage
-
setHomepage
public void setHomepage(String homepage)
-
getName
public String getName()
The company name.- Returns:
- name
-
setName
public void setName(String name)
-
getRegistrationNumber
public String getRegistrationNumber()
Registration number of the company.- Returns:
- registrationNumber
-
setRegistrationNumber
public void setRegistrationNumber(String registrationNumber)
-
getRegistryLocation
public String getRegistryLocation()
Registry location of the company.- Returns:
- registryLocation
-
setRegistryLocation
public void setRegistryLocation(String registryLocation)
-
getTaxId
public String getTaxId()
Tax ID of the company.- Returns:
- taxId
-
setTaxId
public void setTaxId(String taxId)
-
getType
public String getType()
The company type.- Returns:
- type
-
setType
public void setType(String type)
-
-