PaySession ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents session of PaySystem. All PaySystem operation requires session as mandatory parameter
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.Web.Pay PaySession
      NFX.Web.Pay.Braintree BraintreeSession
      NFX.Web.Pay.Mock MockSession
      NFX.Web.Pay.PayPal PayPalSession
      NFX.Web.Pay.Stripe StripeSession

Namespace: NFX.Web.Pay
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract class PaySession : DisposableObject, 
	INamed
See Also