[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.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Property Value
Type: IPaySystemHostSee Also