NexSDK
    Preparing search index...

    Interface IssueResponse

    interface IssueResponse {
        assigned_at: IssueResponseAssignedAt;
        assigned_to: IssueResponseAssignedTo;
        booking_impact: boolean;
        category: string;
        cost: IssueResponseCost;
        created_at: string;
        description: IssueResponseDescription;
        estimated_resolution: IssueResponseEstimatedResolution;
        id: string;
        photos: unknown[];
        priority: string;
        property_id: string;
        reported_by: IssueResponseReportedBy;
        reported_by_type: string;
        resolution_notes: IssueResponseResolutionNotes;
        resolved_at: IssueResponseResolvedAt;
        room_id: IssueResponseRoomId;
        status: string;
        title: string;
        updated_at: string;
        vendor_contact: IssueResponseVendorContact;
        vendor_name: IssueResponseVendorName;
    }
    Index

    Properties

    assigned_at: IssueResponseAssignedAt
    assigned_to: IssueResponseAssignedTo
    booking_impact: boolean
    category: string
    cost: IssueResponseCost
    created_at: string
    description: IssueResponseDescription
    estimated_resolution: IssueResponseEstimatedResolution
    id: string
    photos: unknown[]
    priority: string
    property_id: string
    reported_by: IssueResponseReportedBy
    reported_by_type: string
    resolution_notes: IssueResponseResolutionNotes
    resolved_at: IssueResponseResolvedAt
    room_id: IssueResponseRoomId
    status: string
    title: string
    updated_at: string
    vendor_contact: IssueResponseVendorContact
    vendor_name: IssueResponseVendorName