PaySystem PaySystemHost Property NFX Class Library

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

Returns process-global pay system host used to resolve accounts and transactions or throws if host is not set. Check IsPaySystemHost to see if host is set. 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)

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

public static IPaySystemHost PaySystemHost { get; }

Property Value

Type: IPaySystemHost
See Also