C# 클래스 Litle.Sdk.customerInfo

파일 보기 프로젝트 열기: LitleCo/litle-sdk-for-dotNet

공개 프로퍼티들

프로퍼티 타입 설명
customerRegistrationDate System.DateTime
customerWorkTelephone string
dob System.DateTime
employerName string
ssn string

공개 메소드들

메소드 설명
Serialize ( ) : string
customerInfo ( ) : System

메소드 상세

Serialize() 공개 메소드

public Serialize ( ) : string
리턴 string

customerInfo() 공개 메소드

public customerInfo ( ) : System
리턴 System

프로퍼티 상세

customerRegistrationDate 공개적으로 프로퍼티

public DateTime,System customerRegistrationDate
리턴 System.DateTime

customerWorkTelephone 공개적으로 프로퍼티

public string customerWorkTelephone
리턴 string

dob 공개적으로 프로퍼티

public DateTime,System dob
리턴 System.DateTime

employerName 공개적으로 프로퍼티

public string employerName
리턴 string

ssn 공개적으로 프로퍼티

public string ssn
리턴 string