Websites v4 docs v5.2.4
    Preparing search index...

    Interface UserUpdateParams

    interface UserUpdateParams {
        address2?: string;
        county?: string;
        email?: string;
        firstName?: string;
        houseName?: string;
        houseNumber?: string;
        isLandlord?: boolean;
        isLettingsApplicant?: boolean;
        isSalesApplicant?: boolean;
        isVendor?: boolean;
        lastName?: string;
        postcode?: string;
        streetAddress?: string;
        telHome?: string;
        telMobile?: string;
        title?: string;
        town?: string;
    }
    Index

    Properties

    address2?: string
    county?: string
    email?: string
    firstName?: string
    houseName?: string
    houseNumber?: string
    isLandlord?: boolean
    isLettingsApplicant?: boolean
    isSalesApplicant?: boolean
    isVendor?: boolean
    lastName?: string
    postcode?: string
    streetAddress?: string
    telHome?: string
    telMobile?: string
    title?: string
    town?: string