Interface MemberUpdate

interface MemberUpdate {
    address?: null | string;
    cost_per_hour?: number;
    cost_per_use?: number;
    date_join?: Date;
    date_leave?: Date;
    email?: null | string;
    gridref?: null | string;
    id_tag?: null | string;
    lat?: number;
    lng?: number;
    location_bookmark_id?: number;
    name?: null | string;
    notes?: null | string;
    pager?: null | string;
    pager_email?: null | string;
    phone_home?: null | string;
    phone_mobile?: null | string;
    phone_work?: null | string;
    position?: null | string;
    ref?: null | string;
    retired_reason_id?: number;
    role_id?: number;
    status_custom_id?: number;
    status_id?: number;
}

Properties

address?: null | string
cost_per_hour?: number
cost_per_use?: number
date_join?: Date
date_leave?: Date
email?: null | string
gridref?: null | string
id_tag?: null | string
lat?: number
lng?: number
location_bookmark_id?: number
name?: null | string
notes?: null | string
pager?: null | string
pager_email?: null | string
phone_home?: null | string
phone_mobile?: null | string
phone_work?: null | string
position?: null | string
ref?: null | string
retired_reason_id?: number
role_id?: number
status_custom_id?: number
status_id?: number