public class Company extends BasicResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
Company.Builder
The builder used for constructing a
Company. |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the address for this company.
|
java.lang.String |
getDbas()
Gets a list of "doing business as" names, which are other names this business may be known by.
|
CompanyDetails |
getDetails()
Contains a breakdown of how the status (validity) was determined.
|
java.lang.String |
getEmail()
Gets the email for this entity.
|
java.lang.String |
getEntityName()
Gets the name of the entity.
|
java.lang.String |
getIncorporationCountryCode()
Gets the incorporation country code.
|
java.util.Date |
getIncorporationDate()
Gets the date of incorporation.
|
java.lang.String |
getIncorporationState()
Gets the incorporation state.
|
CorporationType |
getIncorporationType()
Gets the corporation type.
|
java.lang.String |
getIpAddress()
Gets a company's IP address.
|
java.lang.String |
getNote()
Gets any note data you have associated with the Company.
|
java.lang.String |
getPhoneNumber()
Gets the company's phone number.
|
java.lang.String |
getRegistrationNumber()
Gets the registration number.
|
java.lang.String |
getTaxId()
Gets the Tax ID associated with this entity.
|
java.lang.String |
getUrl()
Gets the URL for the entity.
|
boolean |
isValid()
Gets either valid or invalid and is the culmination of whether or not the passed
in information is valid against various databases and signals.
|
getCreatedAtDate, getId, getUpdatedAtDate, isLiveMode@NotNull public java.lang.String getEntityName()
@NotNull public java.lang.String getTaxId()
@Nullable public java.lang.String getIncorporationState()
@NotNull public java.lang.String getIncorporationCountryCode()
@NotNull public CorporationType getIncorporationType()
@Nullable public java.util.Date getIncorporationDate()
@Nullable public java.lang.String getDbas()
@Nullable public java.lang.String getRegistrationNumber()
@Nullable public java.lang.String getEmail()
@Nullable public java.lang.String getUrl()
@Nullable public java.lang.String getPhoneNumber()
@Nullable public java.lang.String getIpAddress()
@Nullable public java.lang.String getNote()
@NotNull public Address getAddress()
public boolean isValid()
@Nullable public CompanyDetails getDetails()