public static class PersonCollectionCreateParams.Relationship.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PersonCollectionCreateParams.Relationship |
build()
Finalize and obtain parameter instance from this builder.
|
PersonCollectionCreateParams.Relationship.Builder |
setAccountOpener(java.lang.Boolean accountOpener)
Whether the person opened the account.
|
PersonCollectionCreateParams.Relationship.Builder |
setDirector(java.lang.Boolean director)
Whether the person is a director of the account's legal entity.
|
PersonCollectionCreateParams.Relationship.Builder |
setOwner(java.lang.Boolean owner)
Whether the person is an owner of the account’s legal entity.
|
PersonCollectionCreateParams.Relationship.Builder |
setPercentOwnership(java.math.BigDecimal percentOwnership)
The percent owned by the person of the account's legal entity.
|
PersonCollectionCreateParams.Relationship.Builder |
setPercentOwnership(EmptyParam percentOwnership)
The percent owned by the person of the account's legal entity.
|
PersonCollectionCreateParams.Relationship.Builder |
setTitle(java.lang.String title)
The person's title (e.g., CEO, Support Engineer).
|
public PersonCollectionCreateParams.Relationship build()
public PersonCollectionCreateParams.Relationship.Builder setAccountOpener(java.lang.Boolean accountOpener)
public PersonCollectionCreateParams.Relationship.Builder setDirector(java.lang.Boolean director)
public PersonCollectionCreateParams.Relationship.Builder setOwner(java.lang.Boolean owner)
public PersonCollectionCreateParams.Relationship.Builder setPercentOwnership(EmptyParam percentOwnership)
public PersonCollectionCreateParams.Relationship.Builder setPercentOwnership(java.math.BigDecimal percentOwnership)
public PersonCollectionCreateParams.Relationship.Builder setTitle(java.lang.String title)