/
home
/
desid573
/
olivercann.tk
/
xero-php-oauth2-master
/
lib
/
Models
/
PayrollAu
/
/home/desid573/olivercann.tk/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
2015
0644
edit
dl
rm
Employee.php
39486
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
1583
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
15156
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/olivercann.tk/xero-php-oauth2-master/lib/Models/PayrollAu/EarningsRate.php
(21450B)
<?php /** * EarningsRate * * 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; /** * EarningsRate Class Doc Comment * * @category Class * @package XeroAPI\XeroPHP * @author OpenAPI Generator team * @link https://openapi-generator.tech */ class EarningsRate implements ModelInterface, ArrayAccess { const DISCRIMINATOR = null; /** * The original name of the model. * * @var string */ protected static $openAPIModelName = 'EarningsRate'; /** * Array of property to type mappings. Used for (de)serialization * * @var string[] */ protected static $openAPITypes = [ 'name' => 'string', 'account_code' => 'string', 'type_of_units' => 'string', 'is_exempt_from_tax' => 'bool', 'is_exempt_from_super' => 'bool', 'is_reportable_as_w1' => 'bool', 'earnings_type' => '\XeroAPI\XeroPHP\Models\PayrollAu\EarningsType', 'earnings_rate_id' => 'string', 'rate_type' => '\XeroAPI\XeroPHP\Models\PayrollAu\RateType', 'rate_per_unit' => 'string', 'multiplier' => 'double', 'accrue_leave' => 'bool', 'amount' => 'double', 'employment_termination_payment_type' => '\XeroAPI\XeroPHP\Models\PayrollAu\EmploymentTerminationPaymentType', 'updated_date_utc' => 'string', 'current_record' => 'bool', 'allowance_type' => '\XeroAPI\XeroPHP\Models\PayrollAu\AllowanceType' ]; /** * Array of property to format mappings. Used for (de)serialization * * @var string[] */ protected static $openAPIFormats = [ 'name' => null, 'account_code' => null, 'type_of_units' => null, 'is_exempt_from_tax' => null, 'is_exempt_from_super' => null, 'is_reportable_as_w1' => null, 'earnings_type' => null, 'earnings_rate_id' => 'uuid', 'rate_type' => null, 'rate_per_unit' => null, 'multiplier' => 'double', 'accrue_leave' => null, 'amount' => 'double', 'employment_termination_payment_type' => null, 'updated_date_utc' => null, 'current_record' => null, 'allowance_type' => null ]; /** * 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 = [ 'name' => 'Name', 'account_code' => 'AccountCode', 'type_of_units' => 'TypeOfUnits', 'is_exempt_from_tax' => 'IsExemptFromTax', 'is_exempt_from_super' => 'IsExemptFromSuper', 'is_reportable_as_w1' => 'IsReportableAsW1', 'earnings_type' => 'EarningsType', 'earnings_rate_id' => 'EarningsRateID', 'rate_type' => 'RateType', 'rate_per_unit' => 'RatePerUnit', 'multiplier' => 'Multiplier', 'accrue_leave' => 'AccrueLeave', 'amount' => 'Amount', 'employment_termination_payment_type' => 'EmploymentTerminationPaymentType', 'updated_date_utc' => 'UpdatedDateUTC', 'current_record' => 'CurrentRecord', 'allowance_type' => 'AllowanceType' ]; /** * Array of attributes to setter functions (for deserialization of responses) * * @var string[] */ protected static $setters = [ 'name' => 'setName', 'account_code' => 'setAccountCode', 'type_of_units' => 'setTypeOfUnits', 'is_exempt_from_tax' => 'setIsExemptFromTax', 'is_exempt_from_super' => 'setIsExemptFromSuper', 'is_reportable_as_w1' => 'setIsReportableAsW1', 'earnings_type' => 'setEarningsType', 'earnings_rate_id' => 'setEarningsRateId', 'rate_type' => 'setRateType', 'rate_per_unit' => 'setRatePerUnit', 'multiplier' => 'setMultiplier', 'accrue_leave' => 'setAccrueLeave', 'amount' => 'setAmount', 'employment_termination_payment_type' => 'setEmploymentTerminationPaymentType', 'updated_date_utc' => 'setUpdatedDateUtc', 'current_record' => 'setCurrentRecord', 'allowance_type' => 'setAllowanceType' ]; /** * Array of attributes to getter functions (for serialization of requests) * * @var string[] */ protected static $getters = [ 'name' => 'getName', 'account_code' => 'getAccountCode', 'type_of_units' => 'getTypeOfUnits', 'is_exempt_from_tax' => 'getIsExemptFromTax', 'is_exempt_from_super' => 'getIsExemptFromSuper', 'is_reportable_as_w1' => 'getIsReportableAsW1', 'earnings_type' => 'getEarningsType', 'earnings_rate_id' => 'getEarningsRateId', 'rate_type' => 'getRateType', 'rate_per_unit' => 'getRatePerUnit', 'multiplier' => 'getMultiplier', 'accrue_leave' => 'getAccrueLeave', 'amount' => 'getAmount', 'employment_termination_payment_type' => 'getEmploymentTerminationPaymentType', 'updated_date_utc' => 'getUpdatedDateUtc', 'current_record' => 'getCurrentRecord', 'allowance_type' => 'getAllowanceType' ]; /** * 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['name'] = isset($data['name']) ? $data['name'] : null; $this->container['account_code'] = isset($data['account_code']) ? $data['account_code'] : null; $this->container['type_of_units'] = isset($data['type_of_units']) ? $data['type_of_units'] : null; $this->container['is_exempt_from_tax'] = isset($data['is_exempt_from_tax']) ? $data['is_exempt_from_tax'] : null; $this->container['is_exempt_from_super'] = isset($data['is_exempt_from_super']) ? $data['is_exempt_from_super'] : null; $this->container['is_reportable_as_w1'] = isset($data['is_reportable_as_w1']) ? $data['is_reportable_as_w1'] : null; $this->container['earnings_type'] = isset($data['earnings_type']) ? $data['earnings_type'] : null; $this->container['earnings_rate_id'] = isset($data['earnings_rate_id']) ? $data['earnings_rate_id'] : null; $this->container['rate_type'] = isset($data['rate_type']) ? $data['rate_type'] : null; $this->container['rate_per_unit'] = isset($data['rate_per_unit']) ? $data['rate_per_unit'] : null; $this->container['multiplier'] = isset($data['multiplier']) ? $data['multiplier'] : null; $this->container['accrue_leave'] = isset($data['accrue_leave']) ? $data['accrue_leave'] : null; $this->container['amount'] = isset($data['amount']) ? $data['amount'] : null; $this->container['employment_termination_payment_type'] = isset($data['employment_termination_payment_type']) ? $data['employment_termination_payment_type'] : null; $this->container['updated_date_utc'] = isset($data['updated_date_utc']) ? $data['updated_date_utc'] : null; $this->container['current_record'] = isset($data['current_record']) ? $data['current_record'] : null; $this->container['allowance_type'] = isset($data['allowance_type']) ? $data['allowance_type'] : null; } /** * Show all the invalid properties with reasons. * * @return array invalid properties with reasons */ public function listInvalidProperties() { $invalidProperties = []; if (!is_null($this->container['name']) && (mb_strlen($this->container['name']) > 100)) { $invalidProperties[] = "invalid value for 'name', the character length must be smaller than or equal to 100."; } if (!is_null($this->container['type_of_units']) && (mb_strlen($this->container['type_of_units']) > 50)) { $invalidProperties[] = "invalid value for 'type_of_units', the character length must be smaller than or equal to 50."; } 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 name * * @return string|null */ public function getName() { return $this->container['name']; } /** * Sets name * * @param string|null $name Name of the earnings rate (max length = 100) * * @return $this */ public function setName($name) { if (!is_null($name) && (mb_strlen($name) > 100)) { throw new \InvalidArgumentException('invalid length for $name when calling EarningsRate., must be smaller than or equal to 100.'); } $this->container['name'] = $name; return $this; } /** * Gets account_code * * @return string|null */ public function getAccountCode() { return $this->container['account_code']; } /** * Sets account_code * * @param string|null $account_code See Accounts * * @return $this */ public function setAccountCode($account_code) { $this->container['account_code'] = $account_code; return $this; } /** * Gets type_of_units * * @return string|null */ public function getTypeOfUnits() { return $this->container['type_of_units']; } /** * Sets type_of_units * * @param string|null $type_of_units Type of units used to record earnings (max length = 50). Only When RateType is RATEPERUNIT * * @return $this */ public function setTypeOfUnits($type_of_units) { if (!is_null($type_of_units) && (mb_strlen($type_of_units) > 50)) { throw new \InvalidArgumentException('invalid length for $type_of_units when calling EarningsRate., must be smaller than or equal to 50.'); } $this->container['type_of_units'] = $type_of_units; return $this; } /** * Gets is_exempt_from_tax * * @return bool|null */ public function getIsExemptFromTax() { return $this->container['is_exempt_from_tax']; } /** * Sets is_exempt_from_tax * * @param bool|null $is_exempt_from_tax Most payments are subject to tax, so you should only set this value if you are sure that a payment is exempt from PAYG withholding * * @return $this */ public function setIsExemptFromTax($is_exempt_from_tax) { $this->container['is_exempt_from_tax'] = $is_exempt_from_tax; return $this; } /** * Gets is_exempt_from_super * * @return bool|null */ public function getIsExemptFromSuper() { return $this->container['is_exempt_from_super']; } /** * Sets is_exempt_from_super * * @param bool|null $is_exempt_from_super See the ATO website for details of which payments are exempt from SGC * * @return $this */ public function setIsExemptFromSuper($is_exempt_from_super) { $this->container['is_exempt_from_super'] = $is_exempt_from_super; return $this; } /** * Gets is_reportable_as_w1 * * @return bool|null */ public function getIsReportableAsW1() { return $this->container['is_reportable_as_w1']; } /** * Sets is_reportable_as_w1 * * @param bool|null $is_reportable_as_w1 Boolean to determine if the earnings rate is reportable or exempt from W1 * * @return $this */ public function setIsReportableAsW1($is_reportable_as_w1) { $this->container['is_reportable_as_w1'] = $is_reportable_as_w1; return $this; } /** * Gets earnings_type * * @return \XeroAPI\XeroPHP\Models\PayrollAu\EarningsType|null */ public function getEarningsType() { return $this->container['earnings_type']; } /** * Sets earnings_type * * @param \XeroAPI\XeroPHP\Models\PayrollAu\EarningsType|null $earnings_type earnings_type * * @return $this */ public function setEarningsType($earnings_type) { $this->container['earnings_type'] = $earnings_type; return $this; } /** * Gets earnings_rate_id * * @return string|null */ public function getEarningsRateId() { return $this->container['earnings_rate_id']; } /** * Sets earnings_rate_id * * @param string|null $earnings_rate_id Xero identifier * * @return $this */ public function setEarningsRateId($earnings_rate_id) { $this->container['earnings_rate_id'] = $earnings_rate_id; return $this; } /** * Gets rate_type * * @return \XeroAPI\XeroPHP\Models\PayrollAu\RateType|null */ public function getRateType() { return $this->container['rate_type']; } /** * Sets rate_type * * @param \XeroAPI\XeroPHP\Models\PayrollAu\RateType|null $rate_type rate_type * * @return $this */ public function setRateType($rate_type) { $this->container['rate_type'] = $rate_type; return $this; } /** * Gets rate_per_unit * * @return string|null */ public function getRatePerUnit() { return $this->container['rate_per_unit']; } /** * Sets rate_per_unit * * @param string|null $rate_per_unit Default rate per unit (optional). Only applicable if RateType is RATEPERUNIT. * * @return $this */ public function setRatePerUnit($rate_per_unit) { $this->container['rate_per_unit'] = $rate_per_unit; return $this; } /** * Gets multiplier * * @return double|null */ public function getMultiplier() { return $this->container['multiplier']; } /** * Sets multiplier * * @param double|null $multiplier This is the multiplier used to calculate the rate per unit, based on the employee’s ordinary earnings rate. For example, for time and a half enter 1.5. Only applicable if RateType is MULTIPLE * * @return $this */ public function setMultiplier($multiplier) { $this->container['multiplier'] = $multiplier; return $this; } /** * Gets accrue_leave * * @return bool|null */ public function getAccrueLeave() { return $this->container['accrue_leave']; } /** * Sets accrue_leave * * @param bool|null $accrue_leave Indicates that this earnings rate should accrue leave. Only applicable if RateType is MULTIPLE * * @return $this */ public function setAccrueLeave($accrue_leave) { $this->container['accrue_leave'] = $accrue_leave; return $this; } /** * Gets amount * * @return double|null */ public function getAmount() { return $this->container['amount']; } /** * Sets amount * * @param double|null $amount Optional Amount for FIXEDAMOUNT RateType EarningsRate * * @return $this */ public function setAmount($amount) { $this->container['amount'] = $amount; return $this; } /** * Gets employment_termination_payment_type * * @return \XeroAPI\XeroPHP\Models\PayrollAu\EmploymentTerminationPaymentType|null */ public function getEmploymentTerminationPaymentType() { return $this->container['employment_termination_payment_type']; } /** * Sets employment_termination_payment_type * * @param \XeroAPI\XeroPHP\Models\PayrollAu\EmploymentTerminationPaymentType|null $employment_termination_payment_type employment_termination_payment_type * * @return $this */ public function setEmploymentTerminationPaymentType($employment_termination_payment_type) { $this->container['employment_termination_payment_type'] = $employment_termination_payment_type; return $this; } /** * Gets updated_date_utc * * @return string|null */ public function getUpdatedDateUtc() { return $this->container['updated_date_utc']; } public function getUpdatedDateUtcAsDate() { if ($this->getUpdatedDateUtc() != null) { return StringUtil::convertStringToDateTime($this->getUpdatedDateUtc()); } else { throw new \Exception('can not convert null string to date'); } } /** * Sets updated_date_utc * * @param string|null $updated_date_utc Last modified timestamp * * @return $this */ public function setUpdatedDateUtc($updated_date_utc) { $this->container['updated_date_utc'] = $updated_date_utc; return $this; } /** * Gets current_record * * @return bool|null */ public function getCurrentRecord() { return $this->container['current_record']; } /** * Sets current_record * * @param bool|null $current_record Is the current record * * @return $this */ public function setCurrentRecord($current_record) { $this->container['current_record'] = $current_record; return $this; } /** * Gets allowance_type * * @return \XeroAPI\XeroPHP\Models\PayrollAu\AllowanceType|null */ public function getAllowanceType() { return $this->container['allowance_type']; } /** * Sets allowance_type * * @param \XeroAPI\XeroPHP\Models\PayrollAu\AllowanceType|null $allowance_type allowance_type * * @return $this */ public function setAllowanceType($allowance_type) { $this->container['allowance_type'] = $allowance_type; 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