Show / Hide Table of Contents

Class ImportContact

Inheritance
System.Object
ContactInfo
ImportContact
Inherited Members
ContactInfo.FirstName
ContactInfo.LastName
ContactInfo.Email
ContactInfo.PhoneNumber
ContactInfo.CustomerID
ContactInfo.PostalCode
ContactInfo.ToString()
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 ImportContact : ContactInfo

Properties

DefaultSMSCountry

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

PlanID

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

UserTimeZone

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

Extension Methods

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