ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface UserAddress

    interface UserAddress {
        id: string;
        userId: string;
        addressLine: string;
        addressLine2?: string;
        city: string;
        state: string;
        postalCode: string;
        country: string;
        isDefault: boolean;
        user?: User;
    }
    Index

    Properties

    id: string
    userId: string
    addressLine: string
    addressLine2?: string
    city: string
    state: string
    postalCode: string
    country: string
    isDefault: boolean
    user?: User