C# Class PagarMe.PagarMeService

Mostra file Open project: pagarme/pagarme-net Class Usage Examples

Public Methods

Method Description
GetDefaultService ( ) : PagarMeService
PagarMeService ( string apiKey, string encryptionKey ) : System
PagarMeService ( string apiKey, string encryptionKey, string apiEndpoint ) : System

Private Methods

Method Description
PagarMeService ( ) : System

Method Details

GetDefaultService() public static method

public static GetDefaultService ( ) : PagarMeService
return PagarMeService

PagarMeService() public method

public PagarMeService ( string apiKey, string encryptionKey ) : System
apiKey string
encryptionKey string
return System

PagarMeService() public method

public PagarMeService ( string apiKey, string encryptionKey, string apiEndpoint ) : System
apiKey string
encryptionKey string
apiEndpoint string
return System