Class BraintreeSession
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)
System.Object.ToString()
Namespace: NFX.Web.Pay.Braintree
Assembly: NFX.Web.dll
Syntax
public class BraintreeSession : PaySession, IDisposable, INamed
Constructors
BraintreeSession(BraintreeSystem, BraintreeConnectionParameters, IPaySessionContext)
Declaration
public BraintreeSession(BraintreeSystem system, BraintreeConnectionParameters cParams, IPaySessionContext context = null)
Parameters
Type | Name | Description |
---|---|---|
BraintreeSystem | system | |
BraintreeConnectionParameters | cParams | |
IPaySessionContext | context |
Properties
ClientToken
Declaration
public object ClientToken { get; }
Property Value
Type | Description |
---|---|
System.Object |
MerchantID
Declaration
public string MerchantID { get; }
Property Value
Type | Description |
---|---|
System.String |
PaySystem
Declaration
protected BraintreeSystem PaySystem { get; }
Property Value
Type | Description |
---|---|
BraintreeSystem |
Implements
System.IDisposable