PaySystem ___SetPaySystemHost Method NFX Class Library

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

Sets process-global pay system host used to resolve accounts and transactions. If PayStarter is used then the host may be auto-injected from configuration if it is there. Developers: Do not call this method as it is used for dependency injection from system code

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

public static void ___SetPaySystemHost(
	IPaySystemHostImplementation host
)
See Also