C# Class TodoPagoConnector.Model.User

Mostra file Open project: TodoPago/SDK-.NET Class Usage Examples

Public Methods

Method Description
User ( ) : System
User ( String user, String password ) : System
getApiKey ( ) : String
getMerchant ( ) : String
getPassword ( ) : String
getUser ( ) : String
setApiKey ( String apiKey ) : void
setMerchant ( String merchant ) : void
setPassword ( String password ) : void
setUser ( String user ) : void
toDictionary ( ) : string>.Dictionary
toString ( ) : String

Method Details

User() public method

public User ( ) : System
return System

User() public method

public User ( String user, String password ) : System
user String
password String
return System

getApiKey() public method

public getApiKey ( ) : String
return String

getMerchant() public method

public getMerchant ( ) : String
return String

getPassword() public method

public getPassword ( ) : String
return String

getUser() public method

public getUser ( ) : String
return String

setApiKey() public method

public setApiKey ( String apiKey ) : void
apiKey String
return void

setMerchant() public method

public setMerchant ( String merchant ) : void
merchant String
return void

setPassword() public method

public setPassword ( String password ) : void
password String
return void

setUser() public method

public setUser ( String user ) : void
user String
return void

toDictionary() public method

public toDictionary ( ) : string>.Dictionary
return string>.Dictionary

toString() public method

public toString ( ) : String
return String