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

    Interface AgencyRegistrationLeadParams

    interface AgencyRegistrationLeadParams {
        address2?: string;
        captchaToken?: string;
        county?: string;
        email: string;
        firstName: string;
        isLandlord?: boolean;
        isLettingsApplicant?: boolean;
        isSalesApplicant?: boolean;
        isVendor?: boolean;
        lastName: string;
        leadMarketingMetadata?: SavedLeadMarketingMetadata[];
        message: string;
        optInMarketing: boolean;
        optInTerms: boolean;
        password: string;
        passwordConfirmation: string;
        postcode?: string;
        streetAddress?: string;
        telHome?: string;
        town?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address2?: string
    captchaToken?: string
    county?: string
    email: string
    firstName: string
    isLandlord?: boolean
    isLettingsApplicant?: boolean
    isSalesApplicant?: boolean
    isVendor?: boolean
    lastName: string
    leadMarketingMetadata?: SavedLeadMarketingMetadata[]
    message: string
    optInMarketing: boolean
    optInTerms: boolean
    password: string
    passwordConfirmation: string
    postcode?: string
    streetAddress?: string
    telHome?: string
    town?: string