PHP Class XeroPHP\Models\PayrollAU\Employee\TaxDeclaration

Inheritance: extends XeroPHP\Remote\Object
Mostra file Open project: calcinai/xero-php

Public Methods

Method Description
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getApprovedWithholdingVariationPercentage ( ) : string
getAustralianResidentForTaxPurposes ( ) : string
getEligibleToReceiveLeaveLoading ( ) : string
getEmployeeID ( ) : string
getEmploymentBasis ( ) : string
getGUIDProperty ( ) : string Get the guid property
getHasHELPDebt ( ) : boolean
getHasSFSSDebt ( ) : boolean
getHasTSLDebt ( ) : boolean
getHasTradeSupportLoanDebt ( ) : boolean
getProperties ( ) : array Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getSupportedMethods ( ) Get the supported methods
getTFNExemptionType ( ) : string
getTaxFileNumber ( ) : string
getTaxFreeThresholdClaimed ( ) : string
getTaxOffsetEstimatedAmount ( ) : float
getUpwardVariationTaxWithholdingAmount ( ) : string
isPageable ( )
setApprovedWithholdingVariationPercentage ( string $value ) : TaxDeclaration
setAustralianResidentForTaxPurpose ( string $value ) : TaxDeclaration
setEligibleToReceiveLeaveLoading ( string $value ) : TaxDeclaration
setEmployeeID ( string $value ) : TaxDeclaration
setEmploymentBasis ( string $value ) : TaxDeclaration
setHasHELPDebt ( boolean $value ) : TaxDeclaration
setHasSFSSDebt ( boolean $value ) : TaxDeclaration
setHasTSLDebt ( boolean $value ) : TaxDeclaration
setHasTradeSupportLoanDebt ( boolean $value ) : TaxDeclaration
setTFNExemptionType ( string $value ) : TaxDeclaration
setTaxFileNumber ( string $value ) : TaxDeclaration
setTaxFreeThresholdClaimed ( string $value ) : TaxDeclaration
setTaxOffsetEstimatedAmount ( float $value ) : TaxDeclaration
setUpwardVariationTaxWithholdingAmount ( string $value ) : TaxDeclaration

Method Details

getAPIStem() public static method

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
return string | null

getApprovedWithholdingVariationPercentage() public method

getAustralianResidentForTaxPurposes() public method

getEligibleToReceiveLeaveLoading() public method

getEmployeeID() public method

public getEmployeeID ( ) : string
return string

getEmploymentBasis() public method

public getEmploymentBasis ( ) : string
return string

getGUIDProperty() public static method

Get the guid property
public static getGUIDProperty ( ) : string
return string

getHasHELPDebt() public method

public getHasHELPDebt ( ) : boolean
return boolean

getHasSFSSDebt() public method

public getHasSFSSDebt ( ) : boolean
return boolean

getHasTSLDebt() public method

Deprecation:
public getHasTSLDebt ( ) : boolean
return boolean

getHasTradeSupportLoanDebt() public method

getProperties() public static method

Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly
public static getProperties ( ) : array
return array

getResourceURI() public static method

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
return string

getRootNodeName() public static method

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
return string

getSupportedMethods() public static method

Get the supported methods
public static getSupportedMethods ( )

getTFNExemptionType() public method

public getTFNExemptionType ( ) : string
return string

getTaxFileNumber() public method

public getTaxFileNumber ( ) : string
return string

getTaxFreeThresholdClaimed() public method

getTaxOffsetEstimatedAmount() public method

getUpwardVariationTaxWithholdingAmount() public method

isPageable() public static method

public static isPageable ( )

setApprovedWithholdingVariationPercentage() public method

public setApprovedWithholdingVariationPercentage ( string $value ) : TaxDeclaration
$value string
return TaxDeclaration

setAustralianResidentForTaxPurpose() public method

public setAustralianResidentForTaxPurpose ( string $value ) : TaxDeclaration
$value string
return TaxDeclaration

setEligibleToReceiveLeaveLoading() public method

public setEligibleToReceiveLeaveLoading ( string $value ) : TaxDeclaration
$value string
return TaxDeclaration

setEmployeeID() public method

public setEmployeeID ( string $value ) : TaxDeclaration
$value string
return TaxDeclaration

setEmploymentBasis() public method

public setEmploymentBasis ( string $value ) : TaxDeclaration
$value string
return TaxDeclaration

setHasHELPDebt() public method

public setHasHELPDebt ( boolean $value ) : TaxDeclaration
$value boolean
return TaxDeclaration

setHasSFSSDebt() public method

public setHasSFSSDebt ( boolean $value ) : TaxDeclaration
$value boolean
return TaxDeclaration

setHasTSLDebt() public method

Deprecation:
public setHasTSLDebt ( boolean $value ) : TaxDeclaration
$value boolean
return TaxDeclaration

setHasTradeSupportLoanDebt() public method

public setHasTradeSupportLoanDebt ( boolean $value ) : TaxDeclaration
$value boolean
return TaxDeclaration

setTFNExemptionType() public method

public setTFNExemptionType ( string $value ) : TaxDeclaration
$value string
return TaxDeclaration

setTaxFileNumber() public method

public setTaxFileNumber ( string $value ) : TaxDeclaration
$value string
return TaxDeclaration

setTaxFreeThresholdClaimed() public method

public setTaxFreeThresholdClaimed ( string $value ) : TaxDeclaration
$value string
return TaxDeclaration

setTaxOffsetEstimatedAmount() public method

public setTaxOffsetEstimatedAmount ( float $value ) : TaxDeclaration
$value float
return TaxDeclaration

setUpwardVariationTaxWithholdingAmount() public method

public setUpwardVariationTaxWithholdingAmount ( string $value ) : TaxDeclaration
$value string
return TaxDeclaration