Property | Type | Description | |
---|---|---|---|
AccessToken | string | ||
ClientId | string | ||
ClientSecret | string | ||
Environment | Environment | ||
MerchantId | string |
Method | Description | |
---|---|---|
CredentialsParser ( string accessToken ) : Braintree.Exceptions | ||
CredentialsParser ( string clientId, string clientSecret ) : Braintree.Exceptions |
Method | Description | |
---|---|---|
GetEnvironment ( string credential ) : Environment | ||
GetMerchantId ( string accessToken ) : string |
public CredentialsParser ( string accessToken ) : Braintree.Exceptions | ||
accessToken | string | |
return | Braintree.Exceptions |
public CredentialsParser ( string clientId, string clientSecret ) : Braintree.Exceptions | ||
clientId | string | |
clientSecret | string | |
return | Braintree.Exceptions |