PaySystem ClassNFX Class Library

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

Base class for IPaySystemImplementation implementation. Instances of descendants of this class is typically created and configured in PaySystemStarter class. Then particular pay system can be obtained from PaySystem.Instances[PAY_SYSTEM_NAME] indexer
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service OnlineObject 
          NFX.ServiceModel ServiceWithInstrumentationBase OnlineObject 
            NFX.Web.Pay PaySystem
              NFX.Web.Pay.Braintree BraintreeSystem
              NFX.Web.Pay.Mock MockSystem
              NFX.Web.Pay.PayPal PayPalSystem
              NFX.Web.Pay PaySystemWithStaticFees
              NFX.Web.Pay.Stripe StripeSystem

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

public abstract class PaySystem : ServiceWithInstrumentationBase<Object>, 
	IWebClientCaller, IPaySystemImplementation, IPaySystem, INamed, IConfigurable, 
	IInstrumentable, IExternallyParameterized
See Also