C# Class Litle.Sdk.customerInfo

ファイルを表示 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_oe property

public DateTime,System customerRegistrationDate
return System.DateTime

customerWorkTelephone public_oe property

public string customerWorkTelephone
return string

dob public_oe property

public DateTime,System dob
return System.DateTime

employerName public_oe property

public string employerName
return string

ssn public_oe property

public string ssn
return string