Class ContactInfo
Represent a contact info for import user
Assembly: SecureExchangesSDK.dll
Properties
Declaration
public string CustomerID { get; set; }
Property Value
Declaration
public string Email { get; set; }
Property Value
Declaration
public string FirstName { get; set; }
Property Value
Declaration
public string LastName { get; set; }
Property Value
Declaration
public string PhoneNumber { get; set; }
Property Value
PostalCode
Declaration
public string PostalCode { get; set; }
Property Value
Methods
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
A string that represents the current object.
|
Overrides
Extension Methods