Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface QuoteConvertResponse

    interface QuoteConvertResponse {
        order_id: number;
        order_number: string;
        order_token: string;
        payment_url: string;
    }
    Index

    Properties

    order_id: number
    order_number: string
    order_token: string
    payment_url: string