Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.02 KB

Fps.md

File metadata and controls

23 lines (20 loc) · 2.02 KB

# Fps

Properties

Name Type Description Notes
lateReason \SynergiTech\Staffology\Model\FpsLateReason [optional]
paymentDate \DateTime [optional]
overridePaymentDate \DateTime If a value if provided here then it will be used in place of the actual PaymentDate on the FPS. The value must fall in to the same Tax Period as the PaymentDate [optional]
employeeCount int [optional]
isCorrection bool [optional]
supersededCount int The number of payments on this FPS that have been superseded by later versions [optional]
fullPaymentSubmission \SynergiTech\Staffology\Model\FullPaymentSubmission [optional]
versions \SynergiTech\Staffology\Model\FpsPriorVersion[] If any of the payments on this FPS appear on another FPS then then there will be an entry here for each of them. If there is an entry where the FpsId matches this FPS then that means the FpsEmployee on this Fps is itself a prior version (ie, it's been superseded) [optional]
validationWarnings \SynergiTech\Staffology\Model\RtiValidationWarning[] [optional] [readonly]
iRmark string [optional]
xml string This property will soon be removed and should not be used. There is now a dedicated API endpoint for retrieving the XML for a submission. [optional]
taxYear \SynergiTech\Staffology\Model\TaxYear [optional]
employerReferences \SynergiTech\Staffology\Model\EmpRefs [optional]
govTalkSubmission \SynergiTech\Staffology\Model\GovTalkSubmission [optional]
id string [readonly] The unique id of the object [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]