Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.38 KB

PayRunPayment.md

File metadata and controls

19 lines (16 loc) · 1.38 KB

# PayRunPayment

Properties

Name Type Description Notes
type \SynergiTech\Staffology\Model\PayeeType [optional]
payee \SynergiTech\Staffology\Model\Item [optional]
date \DateTime [readonly] The date the payment is to be made [optional]
method \SynergiTech\Staffology\Model\PayMethod [optional]
amount float [readonly] The amount to pay [optional]
reference string [readonly] The period the payment is for [optional]
employerPaymentReference string The employer's payment reference, formatted as per the employer settings [optional]
bankDetails \SynergiTech\Staffology\Model\BankDetails [optional]
bacsHash string [readonly] if paying by Credit and you've enabled BacsHash then this will contain the BacsHash included on the FPS [optional]
bacsSubReference string [readonly] if paying by Credit and you've enabled BacsHash then this will contain the BacsSubReference included on the FPS [optional]
isBankDetailValid bool [readonly] for checking if bank details are valid [optional]

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