Mayson Monorepo Documentation
    Preparing search index...
    interface FileCreateParams {
        file: FileData;
        purpose: Stripe.FileCreateParams.Purpose;
        expand?: string[];
        file_link_data?: FileLinkData;
    }
    Index

    Properties

    file: FileData

    A file to upload. Make sure that the specifications follow RFC 2388, which defines file transfers for the multipart/form-data protocol.

    The purpose of the uploaded file.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    file_link_data?: FileLinkData

    Optional parameters that automatically create a file link for the newly created file.