NexSDK
    Preparing search index...

    Interface BookingResponse

    interface BookingResponse {
        cancellation_refund_amount: BookingResponseCancellationRefundAmount;
        cancellation_refund_percent: BookingResponseCancellationRefundPercent;
        cancelled_at: BookingResponseCancelledAt;
        cancelled_by: BookingResponseCancelledBy;
        check_in_date: string;
        check_out_date: string;
        created_at: string;
        guest_id: string;
        id: string;
        idempotency_key: BookingResponseIdempotencyKey;
        notes: BookingResponseNotes;
        num_guests: number;
        property_id: string;
        room_id: string;
        status: string;
        total_price: string;
        updated_at: string;
    }
    Index

    Properties

    cancellation_refund_amount: BookingResponseCancellationRefundAmount
    cancellation_refund_percent: BookingResponseCancellationRefundPercent
    cancelled_at: BookingResponseCancelledAt
    cancelled_by: BookingResponseCancelledBy
    check_in_date: string
    check_out_date: string
    created_at: string
    guest_id: string
    id: string
    idempotency_key: BookingResponseIdempotencyKey
    notes: BookingResponseNotes
    num_guests: number
    property_id: string
    room_id: string
    status: string
    total_price: string

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

    updated_at: string