Ravak Configurator
    Preparing search index...

    Interface DeliveryTimeAPIModel

    interface DeliveryTimeAPIModel {
        units?: null | DeliveryTimeUnits;
        units_count?: null | number;
        label?: null | string;
        label_html_color?: null | string;
        min_date?: null | string;
        max_date?: null | string;
    }
    Index

    Properties

    units?: null | DeliveryTimeUnits
    units_count?: null | number
    label?: null | string
    label_html_color?: null | string
    min_date?: null | string

    Minimal delivery date

    date-time

    max_date?: null | string

    Latest delivery date

    date-time