PayslipV2Document
extends Prediction
in package
Payslip API version 2.0 document data.
Table of Contents
Properties
- $bankAccountDetails : PayslipV2BankAccountDetail
- $employee : PayslipV2Employee
- $employer : PayslipV2Employer
- $employment : PayslipV2Employment
- $payDetail : PayslipV2PayDetail
- $payPeriod : PayslipV2PayPeriod
- $pto : PayslipV2Pto
- $salaryDetails : PayslipV2SalaryDetails
Methods
- __construct() : mixed
- __toString() : string
Properties
$bankAccountDetails
public
PayslipV2BankAccountDetail
$bankAccountDetails
Information about the employee's bank account.
$employee
public
PayslipV2Employee
$employee
Information about the employee.
$employer
public
PayslipV2Employer
$employer
Information about the employer.
$employment
public
PayslipV2Employment
$employment
Information about the employment.
$payDetail
public
PayslipV2PayDetail
$payDetail
Detailed information about the pay.
$payPeriod
public
PayslipV2PayPeriod
$payPeriod
Information about the pay period.
$pto
public
PayslipV2Pto
$pto
Information about paid time off.
$salaryDetails
public
PayslipV2SalaryDetails
$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.