Mayson Monorepo Documentation
    Preparing search index...

    Interface QuoteFinalizeQuoteParams

    interface QuoteFinalizeQuoteParams {
        expand?: string[];
        expires_at?: number;
    }
    Index

    Properties

    Properties

    expand?: string[]

    Specifies which fields in the response should be expanded.

    expires_at?: number

    A future timestamp on which the quote will be canceled if in open or draft status. Measured in seconds since the Unix epoch.