Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ContactInfo

    Represent a contact info for import user

    Inheritance
    object
    ContactInfo
    ImportContact
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    string

    Email

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

    FirstName

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

    LastName

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

    PhoneNumber

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

    PostalCode

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

    Methods

    ToString()

    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
    object.ToString()

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation