Mayson Monorepo Documentation
    Preparing search index...
    interface Reference {
        inquiry?: string;
        resource?: string;
        type: Stripe.V2.Core.Account.Requirements.Entry.Reference.Type;
    }
    Index

    Properties

    inquiry?: string

    If inquiry is the type, the inquiry token.

    resource?: string

    If resource is the type, the resource token.

    The type of the reference. If the type is "inquiry", the inquiry token can be found in the "inquiry" field. Otherwise the type is an API resource, the token for which can be found in the "resource" field.