Relationship
data class Relationship(val director: Boolean? = null, val executive: Boolean? = null, val owner: Boolean? = null, val percentOwnership: Int? = null, val representative: Boolean? = null, val title: String? = null) : StripeParamsModel, Parcelable
The relationship that this person has with the account’s legal entity.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
The percent owned by the person of the account’s legal entity.
Link copied to clipboard
Whether the person 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.