PayslipV3Document
extends Prediction
in package
Payslip API version 3.0 document data.
Table of Contents
Properties
- $bankAccountDetails : PayslipV3BankAccountDetail
- $employee : PayslipV3Employee
- $employer : PayslipV3Employer
- $employment : PayslipV3Employment
- $paidTimeOff : PayslipV3PaidTimeOffs
- $payDetail : PayslipV3PayDetail
- $payPeriod : PayslipV3PayPeriod
- $salaryDetails : PayslipV3SalaryDetails
Methods
- __construct() : mixed
- __toString() : string
Properties
$bankAccountDetails
public
PayslipV3BankAccountDetail
$bankAccountDetails
Information about the employee's bank account.
$employee
public
PayslipV3Employee
$employee
Information about the employee.
$employer
public
PayslipV3Employer
$employer
Information about the employer.
$employment
public
PayslipV3Employment
$employment
Information about the employment.
$paidTimeOff
public
PayslipV3PaidTimeOffs
$paidTimeOff
Information about paid time off.
$payDetail
public
PayslipV3PayDetail
$payDetail
Detailed information about the pay.
$payPeriod
public
PayslipV3PayPeriod
$payPeriod
Information about the pay period.
$salaryDetails
public
PayslipV3SalaryDetails
$salaryDetails
Detailed information about the earnings.
Methods
__construct()
public
__construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
- $rawPrediction : array<string|int, mixed>
-
Raw prediction from HTTP response.
- $pageId : int|null = null
-
Page number for multi pages document.
Tags
__toString()
public
__toString() : string
Return values
string —String representation.