Show / Hide Table of Contents

Class ContactInfo

Represent a contact info for import user

Inheritance
System.Object
ContactInfo
ImportContact
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class ContactInfo

Properties

CustomerID

Declaration
public string CustomerID { get; set; }
Property Value
Type Description
System.String

Email

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String

FirstName

Declaration
public string FirstName { get; set; }
Property Value
Type Description
System.String

LastName

Declaration
public string LastName { get; set; }
Property Value
Type Description
System.String

PhoneNumber

Declaration
public string PhoneNumber { get; set; }
Property Value
Type Description
System.String

PostalCode

Declaration
public string PostalCode { get; set; }
Property Value
Type Description
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX