IPaySystemHost InterfaceNFX Class Library

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

Represents a process-global entity that resolves account handle into actual account data and fetches existing transactions. This design provides an indirection level between pay systems (like Stripe, PayPal, Bank etc.) and particular application data store implementation as it decouples system-internal formats of transaction and account storage from provider-internal data (i.e. PayPal payment token string). The instance of implementor is a singleton accessible via PaySystem.PaySystemHost

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

public interface IPaySystemHost : INamed
See Also