StripeSystem ClassNFX Class Library

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

Represents Stripe (see https://stripe.com) payment service. Some functions which implement IPaySystem interface don't use all supplied parameters
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.Stripe StripeSystem

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

public sealed class StripeSystem : PaySystem
See Also