C# 클래스 Braintree.CredentialsParser

파일 보기 프로젝트 열기: braintree/braintree_dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AccessToken string
ClientId string
ClientSecret string
Environment Environment
MerchantId string

공개 메소드들

메소드 설명
CredentialsParser ( string accessToken ) : Braintree.Exceptions
CredentialsParser ( string clientId, string clientSecret ) : Braintree.Exceptions

비공개 메소드들

메소드 설명
GetEnvironment ( string credential ) : Environment
GetMerchantId ( string accessToken ) : string

메소드 상세

CredentialsParser() 공개 메소드

public CredentialsParser ( string accessToken ) : Braintree.Exceptions
accessToken string
리턴 Braintree.Exceptions

CredentialsParser() 공개 메소드

public CredentialsParser ( string clientId, string clientSecret ) : Braintree.Exceptions
clientId string
clientSecret string
리턴 Braintree.Exceptions

프로퍼티 상세

AccessToken 공개적으로 프로퍼티

public string AccessToken
리턴 string

ClientId 공개적으로 프로퍼티

public string ClientId
리턴 string

ClientSecret 공개적으로 프로퍼티

public string ClientSecret
리턴 string

Environment 공개적으로 프로퍼티

public Environment Environment
리턴 Environment

MerchantId 공개적으로 프로퍼티

public string MerchantId
리턴 string