Name / Description | Type / Format | Example | |
---|---|---|---|
title
|
string
|
"string"
|
|
code
|
string
|
"string"
|
|
isReferenceOnly
If set to true then no PayCode is mapped and this column is just for on-screen refernece only
|
boolean
|
true
|
|
colIndex
|
integer
int32
|
0
|
|
isMultiplier
|
boolean
|
true
|
|
isNetToGross
|
boolean
|
true
|
|
rateColIndex
If the mapping IsMultiplier, then this optionally specifies another column from which to get the value
|
integer
int32
|
0
|
|
shouldSerializeRateColIndex
|
boolean
|
true
|
{
"title": "string",
"code": "string",
"isReferenceOnly": true,
"colIndex": 0,
"isMultiplier": true,
"isNetToGross": true,
"rateColIndex": 0,
"shouldSerializeRateColIndex": true
}
- none -
- none -