Class PayPalSession
Represents PayPal pay session
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.PayPal
Assembly: NFX.Web.dll
Syntax
public class PayPalSession : PaySession, IDisposable, INamed
Constructors
PayPalSession(PayPalSystem, PayPalConnectionParameters, IPaySessionContext)
Declaration
public PayPalSession(PayPalSystem paySystem, PayPalConnectionParameters cParams, IPaySessionContext context = null)
Parameters
Type | Name | Description |
---|---|---|
PayPalSystem | paySystem | |
PayPalConnectionParameters | cParams | |
IPaySessionContext | context |
Properties
AuthorizationToken
Declaration
public PayPalOAuthToken AuthorizationToken { get; }
Property Value
Type | Description |
---|---|
PayPalOAuthToken |
Methods
ResetAuthorizationToken()
Declaration
public void ResetAuthorizationToken()
Implements
System.IDisposable