public static class PersonCollectionCreateParams.Relationship
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PersonCollectionCreateParams.Relationship.Builder |
Modifier and Type | Method and Description |
---|---|
static PersonCollectionCreateParams.Relationship.Builder |
builder() |
java.lang.Boolean |
getDirector()
Whether the person is a director of the account's legal entity.
|
java.lang.Boolean |
getExecutive()
Whether the person has significant responsibility to control, manage, or direct the
organization.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.lang.Boolean |
getOwner()
Whether the person is an owner of the account’s legal entity.
|
java.lang.Object |
getPercentOwnership()
The percent owned by the person of the account's legal entity.
|
java.lang.Boolean |
getRepresentative()
Whether the person is authorized as the primary representative of the account.
|
java.lang.String |
getTitle()
The person's title (e.g., CEO, Support Engineer).
|
public static PersonCollectionCreateParams.Relationship.Builder builder()
public java.lang.Boolean getDirector()
public java.lang.Boolean getExecutive()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName
value. Instead, each
key/value pair is serialized as if the key is a root-level field (serialized) name in this
param object. Effectively, this map is flattened to its parent instance.public java.lang.Boolean getOwner()
public java.lang.Object getPercentOwnership()
public java.lang.Boolean getRepresentative()
public java.lang.String getTitle()