C# Class com.eze.api.Customer

Afficher le fichier Open project: ezetap/client-sdk-win-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
getEmailId ( ) : String
getMobileNumber ( ) : String
setEmailId ( String emailId ) : void
setMobileNumber ( String mobileNumber ) : void

Method Details

getEmailId() public méthode

public getEmailId ( ) : String
Résultat String

getMobileNumber() public méthode

public getMobileNumber ( ) : String
Résultat String

setEmailId() public méthode

public setEmailId ( String emailId ) : void
emailId String
Résultat void

setMobileNumber() public méthode

public setMobileNumber ( String mobileNumber ) : void
mobileNumber String
Résultat void