C# Class Litle.Sdk.customerInfo

Show file Open project: LitleCo/litle-sdk-for-dotNet

Public Properties

Property Type Description
customerRegistrationDate System.DateTime
customerWorkTelephone string
dob System.DateTime
employerName string
ssn string

Public Methods

Method Description
Serialize ( ) : string
customerInfo ( ) : System

Method Details

Serialize() public method

public Serialize ( ) : string
return string

customerInfo() public method

public customerInfo ( ) : System
return System

Property Details

customerRegistrationDate public property

public DateTime,System customerRegistrationDate
return System.DateTime

customerWorkTelephone public property

public string customerWorkTelephone
return string

dob public property

public DateTime,System dob
return System.DateTime

employerName public property

public string employerName
return string

ssn public property

public string ssn
return string