Class BraintreeCredentials
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NFX.Web.Pay.Braintree
Assembly: NFX.Web.dll
Syntax
public class BraintreeCredentials : Credentials
  Constructors
BraintreeCredentials(String, String, String)
Declaration
public BraintreeCredentials(string merchantId, string publicKey, string privateKey)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | merchantId | |
| System.String | publicKey | |
| System.String | privateKey | 
Fields
MerchantID
Declaration
public readonly string MerchantID
  Field Value
| Type | Description | 
|---|---|
| System.String | 
PrivateKey
Declaration
public readonly string PrivateKey
  Field Value
| Type | Description | 
|---|---|
| System.String | 
PublicKey
Declaration
public readonly string PublicKey
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Properties
AuthorizationHeader
Declaration
public string AuthorizationHeader { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
ToString()
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()