RepresentativeType
Type of representative associated with a company
enum RepresentativeType {
Individual
Company
}
Values
RepresentativeType.Individual
The representative is a natural person
RepresentativeType.Company
The representative is a legal entity (company)
Member Of
RepresentativeInput input