Package com.stripe.model.v2.core
Class Person.Relationship
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Person.Relationship
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Person
For more details about Relationship, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether the individual is an authorizer of the Account’s legal entity.Whether the individual is a director of the Account’s legal entity.Whether the individual has significant responsibility to control, manage, or direct the organization.Whether the individual is the legal guardian of the Account’s representative.getOwner()
Whether the individual is an owner of the Account’s legal entity.The percent owned by the individual of the Account’s legal entity.Whether the individual is authorized as the primary representative of the Account.getTitle()
The individual's title (e.g., CEO, Support Engineer).int
hashCode()
void
setAuthorizer
(Boolean authorizer) Whether the individual is an authorizer of the Account’s legal entity.void
setDirector
(Boolean director) Whether the individual is a director of the Account’s legal entity.void
setExecutive
(Boolean executive) Whether the individual has significant responsibility to control, manage, or direct the organization.void
setLegalGuardian
(Boolean legalGuardian) Whether the individual is the legal guardian of the Account’s representative.void
Whether the individual is an owner of the Account’s legal entity.void
setPercentOwnership
(String percentOwnership) The percent owned by the individual of the Account’s legal entity.void
setRepresentative
(Boolean representative) Whether the individual is authorized as the primary representative of the Account.void
The individual's title (e.g., CEO, Support Engineer).Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Relationship
public Relationship()
-
-
Method Details
-
getAuthorizer
Whether the individual is an authorizer of the Account’s legal entity. -
getDirector
Whether the individual is a director of the Account’s legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations. -
getExecutive
Whether the individual has significant responsibility to control, manage, or direct the organization. -
getLegalGuardian
Whether the individual is the legal guardian of the Account’s representative. -
getOwner
Whether the individual is an owner of the Account’s legal entity. -
getPercentOwnership
The percent owned by the individual of the Account’s legal entity. -
getRepresentative
Whether the individual is authorized as the primary representative of the Account. This is the person nominated by the business to provide information about themselves, and general information about the account. There can only be one representative at any given time. At the time the account is created, this person should be set to the person responsible for opening the account. -
getTitle
The individual's title (e.g., CEO, Support Engineer). -
setAuthorizer
Whether the individual is an authorizer of the Account’s legal entity. -
setDirector
Whether the individual is a director of the Account’s legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations. -
setExecutive
Whether the individual has significant responsibility to control, manage, or direct the organization. -
setLegalGuardian
Whether the individual is the legal guardian of the Account’s representative. -
setOwner
Whether the individual is an owner of the Account’s legal entity. -
setPercentOwnership
The percent owned by the individual of the Account’s legal entity. -
setRepresentative
Whether the individual is authorized as the primary representative of the Account. This is the person nominated by the business to provide information about themselves, and general information about the account. There can only be one representative at any given time. At the time the account is created, this person should be set to the person responsible for opening the account. -
setTitle
The individual's title (e.g., CEO, Support Engineer). -
equals
-
canEqual
-
hashCode
public int hashCode()
-