Name / Description | Type / Format | Example | |
---|---|---|---|
type
|
string
|
"BasicPay"
"Gross"
"Net"
"Nic"
"Tax"
"Cis"
|
|
code
|
string
|
"string"
|
|
description
|
string
|
"string"
|
|
secondaryDescription
|
string
|
"string"
|
|
value
|
number
double
|
0.0
|
|
multiplier
If the Code is a multiplier code then this is the multiplier. Value has already been calculated so this is just for reference
|
number
double
|
0.0
|
|
attachmentOrderId
The Id of the associated AttachmentOrder. Only included if the Code is AEO
|
string
uuid
|
"string"
|
|
pensionId
The Id of the associated Pension. Only included if the Code is PENSION, PENSIONSS or PENSIONRAS
|
string
uuid
|
"string"
|
|
currencySymbol
|
string
|
"string"
|
|
formattedValue
|
string
|
"string"
|
|
hasSecondaryDescription
|
boolean
|
true
|
{
"type": "BasicPay",
"code": "string",
"description": "string",
"secondaryDescription": "string",
"value": 0.0,
"multiplier": 0.0,
"attachmentOrderId": "string",
"pensionId": "string",
"currencySymbol": "string",
"formattedValue": "string",
"hasSecondaryDescription": true
}