Access configuration parameters in Gosu

Procedure

To access a configuration parameter in Gosu code, use the following syntax:
gw.api.system.PCConfigParameters
gw.api.system.PLConfigParameters

Example

For example:

var businessDayEnd = gw.api.system.PLConfigParameters.BusinessDayEnd.Value
var forceUpgrade   = gw.api.system.PLConfigParameters.ForceUpgrade.Value