Mayson Monorepo Documentation
    Preparing search index...
    interface AdditionalName {
        full_name?: string;
        given_name?: string;
        purpose: Stripe.V2.Core.AccountPerson.AdditionalName.Purpose;
        surname?: string;
    }
    Index

    Properties

    full_name?: string

    The individual's full name.

    given_name?: string

    The individual's first or given name.

    The purpose or type of the additional name.

    surname?: string

    The individual's last or family name.