@seamapi/http - v1.123.0
    Preparing search index...

    Type Alias AccessCodesCreateParameters

    type AccessCodesCreateParameters = {
        allow_external_modification?: boolean;
        attempt_for_offline_device?: boolean;
        code?: string;
        common_code_key?: string;
        device_id: string;
        ends_at?: string;
        is_external_modification_allowed?: boolean;
        is_offline_access_code?: boolean;
        is_one_time_use?: boolean;
        max_time_rounding?: "1hour" | "1day" | "1h" | "1d";
        name?: string;
        prefer_native_scheduling?: boolean;
        preferred_code_length?: number;
        starts_at?: string;
        sync?: boolean;
        use_backup_access_code_pool?: boolean;
        use_offline_access_code?: boolean;
    }
    Index

    Properties

    allow_external_modification?: boolean
    attempt_for_offline_device?: boolean
    code?: string
    common_code_key?: string
    device_id: string
    ends_at?: string
    is_external_modification_allowed?: boolean
    is_offline_access_code?: boolean
    is_one_time_use?: boolean
    max_time_rounding?: "1hour" | "1day" | "1h" | "1d"
    name?: string
    prefer_native_scheduling?: boolean
    preferred_code_length?: number
    starts_at?: string
    sync?: boolean
    use_backup_access_code_pool?: boolean
    use_offline_access_code?: boolean