PHP 클래스 XeroPHP\Models\PayrollAU\Employee\TaxDeclaration

상속: extends XeroPHP\Remote\Object
파일 보기 프로젝트 열기: calcinai/xero-php

공개 메소드들

메소드 설명
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

메소드 상세

getAPIStem() 공개 정적인 메소드

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

getApprovedWithholdingVariationPercentage() 공개 메소드

getAustralianResidentForTaxPurposes() 공개 메소드

getEligibleToReceiveLeaveLoading() 공개 메소드

getEmployeeID() 공개 메소드

public getEmployeeID ( ) : string
리턴 string

getEmploymentBasis() 공개 메소드

public getEmploymentBasis ( ) : string
리턴 string

getGUIDProperty() 공개 정적인 메소드

Get the guid property
public static getGUIDProperty ( ) : string
리턴 string

getHasHELPDebt() 공개 메소드

public getHasHELPDebt ( ) : boolean
리턴 boolean

getHasSFSSDebt() 공개 메소드

public getHasSFSSDebt ( ) : boolean
리턴 boolean

getHasTSLDebt() 공개 메소드

사용 중단:
public getHasTSLDebt ( ) : boolean
리턴 boolean

getHasTradeSupportLoanDebt() 공개 메소드

getProperties() 공개 정적인 메소드

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
리턴 array

getResourceURI() 공개 정적인 메소드

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

getRootNodeName() 공개 정적인 메소드

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

getSupportedMethods() 공개 정적인 메소드

Get the supported methods
public static getSupportedMethods ( )

getTFNExemptionType() 공개 메소드

public getTFNExemptionType ( ) : string
리턴 string

getTaxFileNumber() 공개 메소드

public getTaxFileNumber ( ) : string
리턴 string

getTaxFreeThresholdClaimed() 공개 메소드

getTaxOffsetEstimatedAmount() 공개 메소드

getUpwardVariationTaxWithholdingAmount() 공개 메소드

isPageable() 공개 정적인 메소드

public static isPageable ( )

setApprovedWithholdingVariationPercentage() 공개 메소드

public setApprovedWithholdingVariationPercentage ( string $value ) : TaxDeclaration
$value string
리턴 TaxDeclaration

setAustralianResidentForTaxPurpose() 공개 메소드

public setAustralianResidentForTaxPurpose ( string $value ) : TaxDeclaration
$value string
리턴 TaxDeclaration

setEligibleToReceiveLeaveLoading() 공개 메소드

public setEligibleToReceiveLeaveLoading ( string $value ) : TaxDeclaration
$value string
리턴 TaxDeclaration

setEmployeeID() 공개 메소드

public setEmployeeID ( string $value ) : TaxDeclaration
$value string
리턴 TaxDeclaration

setEmploymentBasis() 공개 메소드

public setEmploymentBasis ( string $value ) : TaxDeclaration
$value string
리턴 TaxDeclaration

setHasHELPDebt() 공개 메소드

public setHasHELPDebt ( boolean $value ) : TaxDeclaration
$value boolean
리턴 TaxDeclaration

setHasSFSSDebt() 공개 메소드

public setHasSFSSDebt ( boolean $value ) : TaxDeclaration
$value boolean
리턴 TaxDeclaration

setHasTSLDebt() 공개 메소드

사용 중단:
public setHasTSLDebt ( boolean $value ) : TaxDeclaration
$value boolean
리턴 TaxDeclaration

setHasTradeSupportLoanDebt() 공개 메소드

public setHasTradeSupportLoanDebt ( boolean $value ) : TaxDeclaration
$value boolean
리턴 TaxDeclaration

setTFNExemptionType() 공개 메소드

public setTFNExemptionType ( string $value ) : TaxDeclaration
$value string
리턴 TaxDeclaration

setTaxFileNumber() 공개 메소드

public setTaxFileNumber ( string $value ) : TaxDeclaration
$value string
리턴 TaxDeclaration

setTaxFreeThresholdClaimed() 공개 메소드

public setTaxFreeThresholdClaimed ( string $value ) : TaxDeclaration
$value string
리턴 TaxDeclaration

setTaxOffsetEstimatedAmount() 공개 메소드

public setTaxOffsetEstimatedAmount ( float $value ) : TaxDeclaration
$value float
리턴 TaxDeclaration

setUpwardVariationTaxWithholdingAmount() 공개 메소드

public setUpwardVariationTaxWithholdingAmount ( string $value ) : TaxDeclaration
$value string
리턴 TaxDeclaration