Ravak Configurator
    Preparing search index...

    Interface ConfigurationOptionAPIModel

    interface ConfigurationOptionAPIModel {
        amount: number;
        listing_order: number;
        allowed: boolean;
        active: boolean;
        option_price?: null | PriceAPIModel;
        stock_availability?: null | StockAvailabilityAPIModel;
        delivery_time?: null | DeliveryTimeAPIModel;
        extra_data?: null | any[];
    }
    Index

    Properties

    amount: number
    listing_order: number
    allowed: boolean
    active: boolean

    If FALSE and not selected, permanently hidden in UI

    option_price?: null | PriceAPIModel
    stock_availability?: null | StockAvailabilityAPIModel
    delivery_time?: null | DeliveryTimeAPIModel
    extra_data?: null | any[]