NexSDK
    Preparing search index...

    Interface CancellationPolicyResponse

    interface CancellationPolicyResponse {
        created_at: string;
        id: string;
        policy_type: string;
        property_id: string;
        room_id: CancellationPolicyResponseRoomId;
        tiers: CancellationPolicyResponseTiersItem[];
        updated_at: string;
    }
    Index

    Properties

    created_at: string
    id: string
    policy_type: string
    property_id: string
    room_id: CancellationPolicyResponseRoomId
    tiers: CancellationPolicyResponseTiersItem[]
    updated_at: string