Mayson Monorepo Documentation
    Preparing search index...
    interface FileLinkData {
        create: boolean;
        expires_at?: number;
        metadata?: Emptyable<MetadataParam>;
    }
    Index

    Properties

    create: boolean

    Set this to true to create a file link for the newly created file. Creating a link is only possible when the file's purpose is one of the following: business_icon, business_logo, customer_signature, dispute_evidence, issuing_regulatory_reporting, pci_document, tax_document_user_upload, terminal_android_apk, or terminal_reader_splashscreen.

    expires_at?: number

    The link isn't available after this future timestamp.

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.