public class CompanyDetails
extends java.lang.Object
Company.| Constructor and Description |
|---|
CompanyDetails() |
| Modifier and Type | Method and Description |
|---|---|
MatchRating |
getAddressMatch()
Assesses the company's address match.
|
MatchRating |
getCountryCodeMatch()
Assesses the country code match.
|
MatchRating |
getEntityMatch()
Assesses the entity name match.
|
MatchRating |
getIncorporationDateMatch()
Assesses incorporation date match.
|
MatchRating |
getOfacMatch()
Assesses the company for placement on the OFAC.
|
MatchRating |
getStateMatch()
Assesses the company's state.
|
MatchRating |
getTaxIdMatch()
Assesses the tax ID match.
|
@Nullable public MatchRating getOfacMatch()
@Nullable public MatchRating getStateMatch()
@Nullable public MatchRating getTaxIdMatch()
@Nullable public MatchRating getAddressMatch()
@Nullable public MatchRating getEntityMatch()
@Nullable public MatchRating getIncorporationDateMatch()
@Nullable public MatchRating getCountryCodeMatch()