C# Class PagarMe.PagarMeService

Afficher le fichier Open project: pagarme/pagarme-net Class Usage Examples

Méthodes publiques

Méthode Description
GetDefaultService ( ) : PagarMeService
PagarMeService ( string apiKey, string encryptionKey ) : System
PagarMeService ( string apiKey, string encryptionKey, string apiEndpoint ) : System

Private Methods

Méthode Description
PagarMeService ( ) : System

Method Details

GetDefaultService() public static méthode

public static GetDefaultService ( ) : PagarMeService
Résultat PagarMeService

PagarMeService() public méthode

public PagarMeService ( string apiKey, string encryptionKey ) : System
apiKey string
encryptionKey string
Résultat System

PagarMeService() public méthode

public PagarMeService ( string apiKey, string encryptionKey, string apiEndpoint ) : System
apiKey string
encryptionKey string
apiEndpoint string
Résultat System