Свойство | Тип | Описание | |
---|---|---|---|
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 |
public CredentialsParser ( string accessToken ) : Braintree.Exceptions | ||
accessToken | string | |
Результат | Braintree.Exceptions |
public CredentialsParser ( string clientId, string clientSecret ) : Braintree.Exceptions | ||
clientId | string | |
clientSecret | string | |
Результат | Braintree.Exceptions |