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

    Type Alias AccessCodesUnmanagedUpdateParameters

    type AccessCodesUnmanagedUpdateParameters = {
        access_code_id: string;
        allow_external_modification?: boolean;
        force?: boolean;
        is_external_modification_allowed?: boolean;
        is_managed: boolean;
    }
    Index

    Properties

    access_code_id: string
    allow_external_modification?: boolean
    force?: boolean
    is_external_modification_allowed?: boolean
    is_managed: boolean