PagarMe.PagarMeService.PagarMeService C# (CSharp) Method

PagarMeService() public method

public PagarMeService ( string apiKey, string encryptionKey ) : System
apiKey string
encryptionKey string
return System
        public PagarMeService(string apiKey, string encryptionKey)
            : this(apiKey, encryptionKey, DefaultApiEndpoint)
        {
        }

Same methods

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