Contract.MappingRule

The Staffology.Web.Api.Contracts.Common.MappingRule class.

Name / Description Type / Format Example
columnName
Gets or sets the name of the column.
string "string"
description
Gets or sets the description.
string "string"
payCode
Gets or sets the pay code.
string "string"
isNetToGross
Gets or sets a value indicating whether this instance is net to gross.
boolean true
multiplierColumnName
Gets or sets the name of the multiplier column.
string "string"
{
  "columnName": "string",
  "description": "string",
  "payCode": "string",
  "isNetToGross": true,
  "multiplierColumnName": "string"
}
Consumed by Operations

- none -

Returned by Operations

- none -