Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetChannelListPreparationTimeLimit

    GetChannelListPreparationTimeLimit sub-interface for GetChannelListAutoCallDriverSetting

    interface GetChannelListPreparationTimeLimit {
        max_preparation_time?: number;
        min_preparation_time?: number;
    }
    Index

    Properties

    max_preparation_time?: number

    The maximum allowable preparation time, in minutes.

    min_preparation_time?: number

    The minimum allowable preparation time, in minutes.