Show / Hide Table of Contents

Class InitiatorDTO

Represents an initiator.

Inheritance
object
InitiatorDTO
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class InitiatorDTO

Properties

CO

The "care of".

Declaration
[DataMember(IsRequired = true)]
public string CO { get; set; }
Property Value
Type Description
string

The "care of".

Cellular

The mobile phone.

Declaration
[DataMember(IsRequired = true)]
public string Cellular { get; set; }
Property Value
Type Description
string

The mobile phone.

City

The city.

Declaration
[DataMember(IsRequired = true)]
public string City { get; set; }
Property Value
Type Description
string

The city.

Country

The country.

Declaration
[DataMember(IsRequired = true)]
public int Country { get; set; }
Property Value
Type Description
int

The country.

CountryText

The country.

Declaration
[DataMember(IsRequired = true)]
public string CountryText { get; set; }
Property Value
Type Description
string

The country.

EMailAddress

The email address.

Declaration
[DataMember(IsRequired = true)]
public string EMailAddress { get; set; }
Property Value
Type Description
string

The email address.

InitiatedID

The unique identifier.

Declaration
[DataMember(IsRequired = true)]
public int InitiatedID { get; set; }
Property Value
Type Description
int

The unique identifier.

Name

The name.

Declaration
[DataMember(IsRequired = true)]
public string Name { get; set; }
Property Value
Type Description
string

The name.

PersonOrgNumber

The person or organization number.

Declaration
[DataMember(IsRequired = true)]
public string PersonOrgNumber { get; set; }
Property Value
Type Description
string

The person or organization number.

PhoneNumber

The phone number.

Declaration
[DataMember(IsRequired = true)]
public string PhoneNumber { get; set; }
Property Value
Type Description
string

The phone number.

StreetAddress

The street address.

Declaration
[DataMember(IsRequired = true)]
public string StreetAddress { get; set; }
Property Value
Type Description
string

The street address.

ZipCode

The zip code.

Declaration
[DataMember(IsRequired = true)]
public string ZipCode { get; set; }
Property Value
Type Description
string

The zip code.

Back to top Created by Formpipe