stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PersonRelationship

Description

Contains the types generated from the schema PersonRelationship

Synopsis

Documentation

data PersonRelationship Source #

Defines the object schema located at components.schemas.person_relationship in the specification.

Constructors

PersonRelationship 

Fields

  • personRelationshipDirector :: Maybe Bool

    director: Whether the person is a director of the account's legal entity. Currently only required for accounts in the EU. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.

  • personRelationshipExecutive :: Maybe Bool

    executive: Whether the person has significant responsibility to control, manage, or direct the organization.

  • personRelationshipOwner :: Maybe Bool

    owner: Whether the person is an owner of the account’s legal entity.

  • personRelationshipPercentOwnership :: Maybe Double

    percent_ownership: The percent owned by the person of the account's legal entity.

  • personRelationshipRepresentative :: Maybe Bool

    representative: 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.

  • personRelationshipTitle :: Maybe Text

    title: The person's title (e.g., CEO, Support Engineer).

    Constraints:

    • Maximum length of 5000

mkPersonRelationship :: PersonRelationship Source #

Create a new PersonRelationship with all required fields.