Ravak Configurator
    Preparing search index...

    Interface PriceListAPIModel

    interface PriceListAPIModel {
        identifier: string;
        valid_from_date: string;
        currency: string;
        prices_type: PriceType;
        from_trusted_source: boolean;
        prices_without_vat_preferred: boolean;
    }
    Index

    Properties

    identifier: string
    valid_from_date: string

    date-time

    currency: string
    prices_type: PriceType
    from_trusted_source: boolean
    prices_without_vat_preferred: boolean