C# Class com.eze.api.Customer

ファイルを表示 Open project: ezetap/client-sdk-win-dotnet Class Usage Examples

Public Methods

Method Description
getEmailId ( ) : String
getMobileNumber ( ) : String
setEmailId ( String emailId ) : void
setMobileNumber ( String mobileNumber ) : void

Method Details

getEmailId() public method

public getEmailId ( ) : String
return String

getMobileNumber() public method

public getMobileNumber ( ) : String
return String

setEmailId() public method

public setEmailId ( String emailId ) : void
emailId String
return void

setMobileNumber() public method

public setMobileNumber ( String mobileNumber ) : void
mobileNumber String
return void