| Name | Type | Description | Notes |
|---|---|---|---|
| adminFee | float | [readonly] Any admin fee charged | [optional] |
| attachablePay | float | [readonly] The total Attachable pay for the Employee on this PayRun | [optional] |
| attachmentOrder | \SynergiTech\Staffology\Model\Item | [optional] | |
| date | \DateTime | [readonly] The date this deduction was made | [optional] |
| description | string | [readonly] Description of deduction, usually the reference from the AttachmentOrder | [optional] |
| desiredDeduction | float | [readonly] The amount that should be deducted, if arrestable pay is available. Not including any shortfall | [optional] |
| employee | \SynergiTech\Staffology\Model\Item | [optional] | |
| id | string | [readonly] The unique id of the object | [optional] [readonly] |
| isLatestVersion | bool | [readonly] Indicates whether this is the latest version of the AttachmentOrderPayment. | [optional] |
| otherAttachmentOrderDeductions | float | [readonly] Deductions made on this PayRun for this employee due to other higher priority AttachmentOrders | [optional] |
| payPeriod | \SynergiTech\Staffology\Model\PayPeriods | [optional] | |
| payRunVersion | int | [readonly] The supplementary pay run version of this AttachmentOrderPayment. | [optional] |
| protectedPay | float | [readonly] The amount of the Attachable Pay that must be protected | [optional] |
| resultingDeduction | float | [readonly] The actual amount deducted | [optional] |
| resultingShortfall | float | [readonly] The resulting shortfall (including any shortfall from previous periods | [optional] |
| shortfall | float | [readonly] Any shortfall (ie arrears) that existed before this PayRun. | [optional] |
| taxYear | \SynergiTech\Staffology\Model\TaxYear | [optional] | |
| totalPaid | float | [readonly] Total amount paid to date, including this deduction. | [optional] |