Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class PreviewContact
public PreviewContact()
public virtual Address Address { get; set; }
public virtual string AssociateFullName { get; set; }
public virtual string BusinessName { get; set; }
public virtual string CategoryName { get; set; }
public virtual int ContactId { get; set; }
public virtual int CountryId { get; set; }
public virtual string Department { get; set; }
public virtual string DirectPhone { get; set; }
public virtual string EmailAddress { get; set; }
public virtual string Name { get; set; }
public virtual string Number2 { get; set; }
public virtual string URL { get; set; }
Was this page helpful?