NexSDK
    Preparing search index...

    Interface RoomResponse

    interface RoomResponse {
        base_price: string;
        created_at: string;
        description: RoomResponseDescription;
        id: string;
        is_active: boolean;
        max_guests: number;
        name: string;
        property_id: string;
        sort_order: number;
        updated_at: string;
    }
    Index

    Properties

    base_price: string

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

    created_at: string
    description: RoomResponseDescription
    id: string
    is_active: boolean
    max_guests: number
    name: string
    property_id: string
    sort_order: number
    updated_at: string