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

    Interface PriceSimulationInput

    interface PriceSimulationInput {
        method_id?: number | null;
        colors?: number;
        locations?: number;
        area_cm2?: string;
        quantity?: number;
        base_price?: string;
        zone_surcharge?: string;
    }
    Index

    Properties

    method_id?: number | null
    colors?: number
    locations?: number
    area_cm2?: string
    quantity?: number
    base_price?: string
    zone_surcharge?: string