Loyalty Engine Run Settings Input

Input representation of the loyalty engine settings to run simulation on the transaction journals.
Root XML tag
<loyaltyEngineRunSettingsRepresentation>
JSON example
1{
2  "runSetting": {
3    "isSimulation": true,
4    "viewType": "DetailedView"
5  }
6}
Properties
Name Type Description Required or Optional Available Version
isSimulation Boolean Indicates whether to run a simulation on the transaction journals (true) or not (false). Default value is false. Required for simulation otherwise optional. 55.0
viewType String View type for the transaction journal output. Valid values are:
  • DetailedView
  • SummaryView

The default view is DetailedView.

Optional 66.0