ordercloud-javascript-sdk
    Preparing search index...

    Interface MeUser<TMeUserXp>

    interface MeUser<TMeUserXp = any> {
        Active?: boolean;
        AvailableRoles?: string[];
        Buyer?: MeBuyer;
        CompanyID?: string;
        DateCreated?: string;
        Email?: string;
        FirstName?: string;
        ID?: string;
        LastActive?: string;
        LastName?: string;
        Locale?: Locale;
        Password?: string;
        PasswordLastSetDate?: string;
        Phone?: string;
        Seller?: MeSeller;
        Supplier?: MeSupplier;
        TermsAccepted?: string;
        Username?: string;
        xp?: TMeUserXp;
    }

    Type Parameters

    • TMeUserXp = any
    Index
    Active?: boolean
    AvailableRoles?: string[]
    Buyer?: MeBuyer
    CompanyID?: string
    DateCreated?: string
    Email?: string
    FirstName?: string
    ID?: string
    LastActive?: string
    LastName?: string
    Locale?: Locale
    Password?: string
    PasswordLastSetDate?: string
    Phone?: string
    Seller?: MeSeller
    Supplier?: MeSupplier
    TermsAccepted?: string
    Username?: string