NexSDK
    Preparing search index...

    Interface RateResponse

    interface RateResponse {
        created_at: string;
        end_date: string;
        id: string;
        label: RateResponseLabel;
        price_per_night: string;
        priority: number;
        property_id: string;
        room_id: string;
        start_date: string;
        updated_at: string;
    }
    Index

    Properties

    created_at: string
    end_date: string
    id: string
    label: RateResponseLabel
    price_per_night: string

    ^(?!^[-+.]$)[+-]?0\d*.?\d*$

    priority: number
    property_id: string
    room_id: string
    start_date: string
    updated_at: string