Mayson Monorepo Documentation
    Preparing search index...
    interface Document {
        back: string | Stripe.File;
        front: string | Stripe.File;
    }
    Index

    Properties

    Properties

    back: string | Stripe.File

    The back of a document returned by a file upload with a purpose value of identity_document.

    front: string | Stripe.File

    The front of a document returned by a file upload with a purpose value of identity_document.