Mayson Monorepo Documentation
    Preparing search index...
    interface BankAccountOwnershipVerification {
        files: string[];
        type: "files";
    }
    Index

    Properties

    Properties

    files: string[]

    One or more document IDs returned by a file upload with a purpose value of account_requirement.

    type: "files"

    The format of the document. Currently supports files only.