Show / Hide Table of Contents

Class Customer

Money order customer details

Inheritance
System.Object
Customer
Namespace: WebServices.DataContracts.Common
Assembly: WebServices.dll
Syntax
[DataContract]
public class Customer

Properties

Bank

Declaration
[DataMember]
public Bank Bank { get; set; }
Property Value
Type Description
Bank

BirthDate

Customer birth date

Declaration
[DataMember]
public DateTime? BirthDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

BirthPlace

Customer birth place

Declaration
[DataMember]
public string BirthPlace { get; set; }
Property Value
Type Description
System.String

Contact

Customer contact details

Declaration
[DataMember]
public Contact Contact { get; set; }
Property Value
Type Description
Contact

CountryOfBirth

Customer country of birth

Declaration
[DataMember]
public string CountryOfBirth { get; set; }
Property Value
Type Description
System.String

CustomerTypeCode

Customer type code

Declaration
[DataMember]
public string CustomerTypeCode { get; set; }
Property Value
Type Description
System.String

Documents

Customer document details

Declaration
[DataMember]
public Documents Documents { get; set; }
Property Value
Type Description
Documents

EventId

Money order event identifier

Declaration
[DataMember]
public int? EventId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

FirstName

Customer first name

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

LastName

Customer last name

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

LocalCustomerId

Customer local identifier

Declaration
[DataMember]
public string LocalCustomerId { get; set; }
Property Value
Type Description
System.String

MiddleName

Customer middle name

Declaration
[DataMember]
public string MiddleName { get; set; }
Property Value
Type Description
System.String

NotificationMethodCode

Notification method selected

Declaration
[DataMember]
public string NotificationMethodCode { get; set; }
Property Value
Type Description
System.String

TitleCode

Customer title

Declaration
[DataMember]
public string TitleCode { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX