NexSDK
    Preparing search index...

    Interface CreateRateRequest

    interface CreateRateRequest {
        end_date: string;
        label?: CreateRateRequestLabel;
        price_per_night: CreateRateRequestPricePerNight;
        priority?: number;
        start_date: string;
    }
    Index

    Properties

    end_date: string
    label?: CreateRateRequestLabel
    price_per_night: CreateRateRequestPricePerNight
    priority?: number

    0

    100

    start_date: string