Class StripeSession
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.Stripe
Assembly: NFX.Web.dll
Syntax
public class StripeSession : PaySession, IDisposable, INamed
Constructors
StripeSession(PaySystem, StripeConnectionParameters, IPaySessionContext)
Declaration
public StripeSession(PaySystem paySystem, StripeConnectionParameters cParams, IPaySessionContext context = null)
Parameters
Type | Name | Description |
---|---|---|
PaySystem | paySystem | |
StripeConnectionParameters | cParams | |
IPaySessionContext | context |
Properties
Declaration
public string Email { get; }
Property Value
Type | Description |
---|---|
System.String |
SecretKey
Declaration
public string SecretKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IDisposable