C# 클래스 PagarMe.PagarMeService

파일 보기 프로젝트 열기: pagarme/pagarme-net 1 사용 예제들

공개 메소드들

메소드 설명
GetDefaultService ( ) : PagarMeService
PagarMeService ( string apiKey, string encryptionKey ) : System
PagarMeService ( string apiKey, string encryptionKey, string apiEndpoint ) : System

비공개 메소드들

메소드 설명
PagarMeService ( ) : System

메소드 상세

GetDefaultService() 공개 정적인 메소드

public static GetDefaultService ( ) : PagarMeService
리턴 PagarMeService

PagarMeService() 공개 메소드

public PagarMeService ( string apiKey, string encryptionKey ) : System
apiKey string
encryptionKey string
리턴 System

PagarMeService() 공개 메소드

public PagarMeService ( string apiKey, string encryptionKey, string apiEndpoint ) : System
apiKey string
encryptionKey string
apiEndpoint string
리턴 System