/
home
/
desid573
/
public_html
/
payment
/
xero-php-oauth2-master
/
lib
/
Models
/
PayrollAu
/
/home/desid573/public_html/payment/xero-php-oauth2-master/lib/Models/PayrollAu
mkdir
upload
Name
Size
Mode
Actions
Account.php
8066
0644
edit
dl
rm
AccountType.php
2687
0644
edit
dl
rm
AllowanceType.php
1509
0644
edit
dl
rm
APIException.php
7528
0644
edit
dl
rm
BankAccount.php
9945
0644
edit
dl
rm
CalendarType.php
1502
0644
edit
dl
rm
DeductionLine.php
9658
0644
edit
dl
rm
DeductionType.php
14841
0644
edit
dl
rm
DeductionTypeCalculationType.php
1346
0644
edit
dl
rm
EarningsLine.php
13314
0644
edit
dl
rm
EarningsRate.php
21450
0644
edit
dl
rm
EarningsRateCalculationType.php
1403
0644
edit
dl
rm
EarningsType.php
1878
0644
edit
dl
rm
Employee.php
35909
0644
edit
dl
rm
Employees.php
6708
0644
edit
dl
rm
EmployeeStatus.php
1281
0644
edit
dl
rm
EmploymentBasis.php
1456
0644
edit
dl
rm
EmploymentTerminationPaymentType.php
1255
0644
edit
dl
rm
EntitlementFinalPayPayoutType.php
1291
0644
edit
dl
rm
HomeAddress.php
9924
0644
edit
dl
rm
LeaveAccrualLine.php
7883
0644
edit
dl
rm
LeaveApplication.php
15421
0644
edit
dl
rm
LeaveApplications.php
7028
0644
edit
dl
rm
LeaveBalance.php
8610
0644
edit
dl
rm
LeaveEarningsLine.php
7911
0644
edit
dl
rm
LeaveLine.php
14404
0644
edit
dl
rm
LeaveLineCalculationType.php
1687
0644
edit
dl
rm
LeaveLines.php
6724
0644
edit
dl
rm
LeavePeriod.php
11031
0644
edit
dl
rm
LeavePeriodStatus.php
1258
0644
edit
dl
rm
LeaveType.php
13732
0644
edit
dl
rm
LeaveTypeContributionType.php
1434
0644
edit
dl
rm
ManualTaxType.php
1499
0644
edit
dl
rm
ModelInterface.php
2032
0644
edit
dl
rm
OpeningBalances.php
12501
0644
edit
dl
rm
PayItem.php
9168
0644
edit
dl
rm
PayItems.php
6689
0644
edit
dl
rm
PaymentFrequencyType.php
1581
0644
edit
dl
rm
PayrollCalendar.php
13482
0644
edit
dl
rm
PayrollCalendars.php
6991
0644
edit
dl
rm
PayRun.php
21618
0644
edit
dl
rm
PayRuns.php
6658
0644
edit
dl
rm
PayRunStatus.php
1222
0644
edit
dl
rm
Payslip.php
21503
0644
edit
dl
rm
PayslipLines.php
13413
0644
edit
dl
rm
PayslipObject.php
6200
0644
edit
dl
rm
Payslips.php
6671
0644
edit
dl
rm
PayslipSummary.php
14356
0644
edit
dl
rm
PayTemplate.php
10031
0644
edit
dl
rm
RateType.php
1304
0644
edit
dl
rm
ReimbursementLine.php
9217
0644
edit
dl
rm
ReimbursementLines.php
7110
0644
edit
dl
rm
ReimbursementType.php
10128
0644
edit
dl
rm
ResidencyStatus.php
1391
0644
edit
dl
rm
Settings.php
8276
0644
edit
dl
rm
SettingsObject.php
6228
0644
edit
dl
rm
SettingsTrackingCategories.php
7718
0644
edit
dl
rm
SettingsTrackingCategoriesEmployeeGroups.php
7510
0644
edit
dl
rm
SettingsTrackingCategoriesTimesheetCategories.php
7531
0644
edit
dl
rm
State.php
1514
0644
edit
dl
rm
SuperannuationCalculationType.php
1397
0644
edit
dl
rm
SuperannuationContributionType.php
1449
0644
edit
dl
rm
SuperannuationLine.php
14897
0644
edit
dl
rm
SuperFund.php
15912
0644
edit
dl
rm
SuperFundProduct.php
8166
0644
edit
dl
rm
SuperFundProducts.php
7052
0644
edit
dl
rm
SuperFunds.php
6769
0644
edit
dl
rm
SuperFundType.php
1231
0644
edit
dl
rm
SuperLine.php
12621
0644
edit
dl
rm
SuperMembership.php
8277
0644
edit
dl
rm
TaxDeclaration.php
22210
0644
edit
dl
rm
TaxLine.php
10380
0644
edit
dl
rm
TFNExemptionType.php
1371
0644
edit
dl
rm
Timesheet.php
14828
0644
edit
dl
rm
TimesheetLine.php
9231
0644
edit
dl
rm
TimesheetObject.php
6256
0644
edit
dl
rm
Timesheets.php
6745
0644
edit
dl
rm
TimesheetStatus.php
1426
0644
edit
dl
rm
ValidationError.php
6120
0644
edit
dl
rm
Edit:
/home/desid573/public_html/payment/xero-php-oauth2-master/lib/Models/PayrollAu/EarningsLine.php
(13314B)
<?php /** * EarningsLine * * PHP version 5 * * @category Class * @package XeroAPI\XeroPHP * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * Xero Payroll AU API * * This is the Xero Payroll API for orgs in Australia region. * * Contact: api@xero.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 4.3.1 */ /** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ namespace XeroAPI\XeroPHP\Models\PayrollAu; use \ArrayAccess; use \XeroAPI\XeroPHP\PayrollAuObjectSerializer; use \XeroAPI\XeroPHP\StringUtil; /** * EarningsLine Class Doc Comment * * @category Class * @package XeroAPI\XeroPHP * @author OpenAPI Generator team * @link https://openapi-generator.tech */ class EarningsLine implements ModelInterface, ArrayAccess { const DISCRIMINATOR = null; /** * The original name of the model. * * @var string */ protected static $openAPIModelName = 'EarningsLine'; /** * Array of property to type mappings. Used for (de)serialization * * @var string[] */ protected static $openAPITypes = [ 'earnings_rate_id' => 'string', 'calculation_type' => '\XeroAPI\XeroPHP\Models\PayrollAu\EarningsRateCalculationType', 'annual_salary' => 'double', 'number_of_units_per_week' => 'double', 'rate_per_unit' => 'double', 'normal_number_of_units' => 'double', 'amount' => 'double', 'number_of_units' => 'double', 'fixed_amount' => 'double' ]; /** * Array of property to format mappings. Used for (de)serialization * * @var string[] */ protected static $openAPIFormats = [ 'earnings_rate_id' => 'uuid', 'calculation_type' => null, 'annual_salary' => 'double', 'number_of_units_per_week' => 'double', 'rate_per_unit' => 'double', 'normal_number_of_units' => 'double', 'amount' => 'double', 'number_of_units' => 'double', 'fixed_amount' => 'double' ]; /** * Array of property to type mappings. Used for (de)serialization * * @return array */ public static function openAPITypes() { return self::$openAPITypes; } /** * Array of property to format mappings. Used for (de)serialization * * @return array */ public static function openAPIFormats() { return self::$openAPIFormats; } /** * Array of attributes where the key is the local name, * and the value is the original name * * @var string[] */ protected static $attributeMap = [ 'earnings_rate_id' => 'EarningsRateID', 'calculation_type' => 'CalculationType', 'annual_salary' => 'AnnualSalary', 'number_of_units_per_week' => 'NumberOfUnitsPerWeek', 'rate_per_unit' => 'RatePerUnit', 'normal_number_of_units' => 'NormalNumberOfUnits', 'amount' => 'Amount', 'number_of_units' => 'NumberOfUnits', 'fixed_amount' => 'FixedAmount' ]; /** * Array of attributes to setter functions (for deserialization of responses) * * @var string[] */ protected static $setters = [ 'earnings_rate_id' => 'setEarningsRateId', 'calculation_type' => 'setCalculationType', 'annual_salary' => 'setAnnualSalary', 'number_of_units_per_week' => 'setNumberOfUnitsPerWeek', 'rate_per_unit' => 'setRatePerUnit', 'normal_number_of_units' => 'setNormalNumberOfUnits', 'amount' => 'setAmount', 'number_of_units' => 'setNumberOfUnits', 'fixed_amount' => 'setFixedAmount' ]; /** * Array of attributes to getter functions (for serialization of requests) * * @var string[] */ protected static $getters = [ 'earnings_rate_id' => 'getEarningsRateId', 'calculation_type' => 'getCalculationType', 'annual_salary' => 'getAnnualSalary', 'number_of_units_per_week' => 'getNumberOfUnitsPerWeek', 'rate_per_unit' => 'getRatePerUnit', 'normal_number_of_units' => 'getNormalNumberOfUnits', 'amount' => 'getAmount', 'number_of_units' => 'getNumberOfUnits', 'fixed_amount' => 'getFixedAmount' ]; /** * Array of attributes where the key is the local name, * and the value is the original name * * @return array */ public static function attributeMap() { return self::$attributeMap; } /** * Array of attributes to setter functions (for deserialization of responses) * * @return array */ public static function setters() { return self::$setters; } /** * Array of attributes to getter functions (for serialization of requests) * * @return array */ public static function getters() { return self::$getters; } /** * The original name of the model. * * @return string */ public function getModelName() { return self::$openAPIModelName; } /** * Associative array for storing property values * * @var mixed[] */ protected $container = []; /** * Constructor * * @param mixed[] $data Associated array of property values * initializing the model */ public function __construct(array $data = null) { $this->container['earnings_rate_id'] = isset($data['earnings_rate_id']) ? $data['earnings_rate_id'] : null; $this->container['calculation_type'] = isset($data['calculation_type']) ? $data['calculation_type'] : null; $this->container['annual_salary'] = isset($data['annual_salary']) ? $data['annual_salary'] : null; $this->container['number_of_units_per_week'] = isset($data['number_of_units_per_week']) ? $data['number_of_units_per_week'] : null; $this->container['rate_per_unit'] = isset($data['rate_per_unit']) ? $data['rate_per_unit'] : null; $this->container['normal_number_of_units'] = isset($data['normal_number_of_units']) ? $data['normal_number_of_units'] : null; $this->container['amount'] = isset($data['amount']) ? $data['amount'] : null; $this->container['number_of_units'] = isset($data['number_of_units']) ? $data['number_of_units'] : null; $this->container['fixed_amount'] = isset($data['fixed_amount']) ? $data['fixed_amount'] : null; } /** * Show all the invalid properties with reasons. * * @return array invalid properties with reasons */ public function listInvalidProperties() { $invalidProperties = []; if ($this->container['earnings_rate_id'] === null) { $invalidProperties[] = "'earnings_rate_id' can't be null"; } return $invalidProperties; } /** * Validate all the properties in the model * return true if all passed * * @return bool True if all properties are valid */ public function valid() { return count($this->listInvalidProperties()) === 0; } /** * Gets earnings_rate_id * * @return string */ public function getEarningsRateId() { return $this->container['earnings_rate_id']; } /** * Sets earnings_rate_id * * @param string $earnings_rate_id Xero unique id for earnings rate * * @return $this */ public function setEarningsRateId($earnings_rate_id) { $this->container['earnings_rate_id'] = $earnings_rate_id; return $this; } /** * Gets calculation_type * * @return \XeroAPI\XeroPHP\Models\PayrollAu\EarningsRateCalculationType|null */ public function getCalculationType() { return $this->container['calculation_type']; } /** * Sets calculation_type * * @param \XeroAPI\XeroPHP\Models\PayrollAu\EarningsRateCalculationType|null $calculation_type calculation_type * * @return $this */ public function setCalculationType($calculation_type) { $this->container['calculation_type'] = $calculation_type; return $this; } /** * Gets annual_salary * * @return double|null */ public function getAnnualSalary() { return $this->container['annual_salary']; } /** * Sets annual_salary * * @param double|null $annual_salary Annual salary for earnings line * * @return $this */ public function setAnnualSalary($annual_salary) { $this->container['annual_salary'] = $annual_salary; return $this; } /** * Gets number_of_units_per_week * * @return double|null */ public function getNumberOfUnitsPerWeek() { return $this->container['number_of_units_per_week']; } /** * Sets number_of_units_per_week * * @param double|null $number_of_units_per_week number of units for earning line * * @return $this */ public function setNumberOfUnitsPerWeek($number_of_units_per_week) { $this->container['number_of_units_per_week'] = $number_of_units_per_week; return $this; } /** * Gets rate_per_unit * * @return double|null */ public function getRatePerUnit() { return $this->container['rate_per_unit']; } /** * Sets rate_per_unit * * @param double|null $rate_per_unit Rate per unit of the EarningsLine. * * @return $this */ public function setRatePerUnit($rate_per_unit) { $this->container['rate_per_unit'] = $rate_per_unit; return $this; } /** * Gets normal_number_of_units * * @return double|null */ public function getNormalNumberOfUnits() { return $this->container['normal_number_of_units']; } /** * Sets normal_number_of_units * * @param double|null $normal_number_of_units Normal number of units for EarningsLine. Applicable when RateType is \"MULTIPLE\" * * @return $this */ public function setNormalNumberOfUnits($normal_number_of_units) { $this->container['normal_number_of_units'] = $normal_number_of_units; return $this; } /** * Gets amount * * @return double|null */ public function getAmount() { return $this->container['amount']; } /** * Sets amount * * @param double|null $amount Earnings rate amount * * @return $this */ public function setAmount($amount) { $this->container['amount'] = $amount; return $this; } /** * Gets number_of_units * * @return double|null */ public function getNumberOfUnits() { return $this->container['number_of_units']; } /** * Sets number_of_units * * @param double|null $number_of_units Earnings rate number of units. * * @return $this */ public function setNumberOfUnits($number_of_units) { $this->container['number_of_units'] = $number_of_units; return $this; } /** * Gets fixed_amount * * @return double|null */ public function getFixedAmount() { return $this->container['fixed_amount']; } /** * Sets fixed_amount * * @param double|null $fixed_amount Earnings rate amount. Only applicable if the EarningsRate RateType is Fixed * * @return $this */ public function setFixedAmount($fixed_amount) { $this->container['fixed_amount'] = $fixed_amount; return $this; } /** * Returns true if offset exists. False otherwise. * * @param integer $offset Offset * * @return boolean */ public function offsetExists($offset) { return isset($this->container[$offset]); } /** * Gets offset. * * @param integer $offset Offset * * @return mixed */ public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; } /** * Sets value based on offset. * * @param integer $offset Offset * @param mixed $value Value to be set * * @return void */ public function offsetSet($offset, $value) { if (is_null($offset)) { $this->container[] = $value; } else { $this->container[$offset] = $value; } } /** * Unsets offset. * * @param integer $offset Offset * * @return void */ public function offsetUnset($offset) { unset($this->container[$offset]); } /** * Gets the string presentation of the object * * @return string */ public function __toString() { return json_encode( PayrollAuObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); } }
Save
cmd:
run