Mayson Monorepo Documentation
    Preparing search index...
    interface PersonsProvided {
        directors?: boolean;
        executives?: boolean;
        owners?: boolean;
        ownership_exemption_reason?: Stripe.V2.Core.Account.Identity.Attestations.PersonsProvided.OwnershipExemptionReason;
    }
    Index

    Properties

    directors?: boolean

    Whether the company's directors have been provided. Set this Boolean to true after creating all the company's directors with the Persons API.

    executives?: boolean

    Whether the company's executives have been provided. Set this Boolean to true after creating all the company's executives with the Persons API.

    owners?: boolean

    Whether the company's owners have been provided. Set this Boolean to true after creating all the company's owners with the Persons API.

    Reason for why the company is exempt from providing ownership information.