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

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

공개 메소드들

메소드 설명
addDeductionLine ( DeductionLine $value ) : PayTemplate
addEarningsLine ( float $value ) : PayTemplate
addReimbursementLine ( ReimbursementLine $value ) : PayTemplate
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getAmount ( ) : float
getAnnualNumberOfUnits ( ) : string
getAnnualSalary ( ) : string
getCalculationType ( ) : string
getContributionType ( ) : string
getDeductionLines ( ) : DeductionLine[] | Collection
getDeductionTypeID ( ) : string
getDescription ( ) : string
getEarningsLines ( ) : float[] | Collection
getEarningsRateID ( ) : string
getEntitlementFinalPayPayoutType ( ) : string
getExpenseAccountCode ( ) : string
getFullTimeNumberOfUnitsPerPeriod ( ) : string
getGUIDProperty ( ) : string Get the guid property
getLeaveLines ( ) : string
getLeaveTypeID ( ) : string
getLiabilityAccountCode ( ) : string
getMinimumMonthlyEarnings ( ) : string
getNormalNumberOfUnits ( ) : string
getNumberOfUnits ( ) : string
getNumberOfUnitsPerWeek ( ) : string
getPercentage ( ) : string
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
getRatePerUnit ( ) : float
getReimbursementLines ( ) : ReimbursementLine[] | Collection
getReimbursementTypeID ( ) : string
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getSuperLines ( ) : string
getSuperMembershipID ( ) : string
getSupportedMethods ( ) Get the supported methods
isPageable ( )
setAmount ( float $value ) : PayTemplate
setAnnualNumberOfUnit ( string $value ) : PayTemplate
setAnnualSalary ( string $value ) : PayTemplate
setCalculationType ( string $value ) : PayTemplate
setContributionType ( string $value ) : PayTemplate
setDeductionTypeID ( string $value ) : PayTemplate
setDescription ( string $value ) : PayTemplate
setEarningsRateID ( string $value ) : PayTemplate
setEntitlementFinalPayPayoutType ( string $value ) : PayTemplate
setExpenseAccountCode ( string $value ) : PayTemplate
setFullTimeNumberOfUnitsPerPeriod ( string $value ) : PayTemplate
setLeaveLine ( string $value ) : PayTemplate
setLeaveTypeID ( string $value ) : PayTemplate
setLiabilityAccountCode ( string $value ) : PayTemplate
setMinimumMonthlyEarning ( string $value ) : PayTemplate
setNormalNumberOfUnit ( string $value ) : PayTemplate
setNumberOfUnit ( string $value ) : PayTemplate
setNumberOfUnitsPerWeek ( string $value ) : PayTemplate
setPercentage ( string $value ) : PayTemplate
setRatePerUnit ( float $value ) : PayTemplate
setReimbursementTypeID ( string $value ) : PayTemplate
setSuperLine ( string $value ) : PayTemplate
setSuperMembershipID ( string $value ) : PayTemplate

메소드 상세

addDeductionLine() 공개 메소드

public addDeductionLine ( DeductionLine $value ) : PayTemplate
$value XeroPHP\Models\PayrollAU\Payslip\DeductionLine
리턴 PayTemplate

addEarningsLine() 공개 메소드

public addEarningsLine ( float $value ) : PayTemplate
$value float
리턴 PayTemplate

addReimbursementLine() 공개 메소드

public addReimbursementLine ( ReimbursementLine $value ) : PayTemplate
$value XeroPHP\Models\PayrollAU\Payslip\ReimbursementLine
리턴 PayTemplate

getAPIStem() 공개 정적인 메소드

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

getAmount() 공개 메소드

public getAmount ( ) : float
리턴 float

getAnnualNumberOfUnits() 공개 메소드

public getAnnualNumberOfUnits ( ) : string
리턴 string

getAnnualSalary() 공개 메소드

public getAnnualSalary ( ) : string
리턴 string

getCalculationType() 공개 메소드

public getCalculationType ( ) : string
리턴 string

getContributionType() 공개 메소드

public getContributionType ( ) : string
리턴 string

getDeductionLines() 공개 메소드

public getDeductionLines ( ) : DeductionLine[] | Collection
리턴 XeroPHP\Models\PayrollAU\Payslip\DeductionLine[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

getDeductionTypeID() 공개 메소드

public getDeductionTypeID ( ) : string
리턴 string

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getEarningsLines() 공개 메소드

public getEarningsLines ( ) : float[] | Collection
리턴 float[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

getEarningsRateID() 공개 메소드

public getEarningsRateID ( ) : string
리턴 string

getEntitlementFinalPayPayoutType() 공개 메소드

getExpenseAccountCode() 공개 메소드

public getExpenseAccountCode ( ) : string
리턴 string

getFullTimeNumberOfUnitsPerPeriod() 공개 메소드

getGUIDProperty() 공개 정적인 메소드

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

getLeaveLines() 공개 메소드

public getLeaveLines ( ) : string
리턴 string

getLeaveTypeID() 공개 메소드

public getLeaveTypeID ( ) : string
리턴 string

getLiabilityAccountCode() 공개 메소드

public getLiabilityAccountCode ( ) : string
리턴 string

getMinimumMonthlyEarnings() 공개 메소드

getNormalNumberOfUnits() 공개 메소드

public getNormalNumberOfUnits ( ) : string
리턴 string

getNumberOfUnits() 공개 메소드

public getNumberOfUnits ( ) : string
리턴 string

getNumberOfUnitsPerWeek() 공개 메소드

public getNumberOfUnitsPerWeek ( ) : string
리턴 string

getPercentage() 공개 메소드

public getPercentage ( ) : string
리턴 string

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

getRatePerUnit() 공개 메소드

public getRatePerUnit ( ) : float
리턴 float

getReimbursementLines() 공개 메소드

public getReimbursementLines ( ) : ReimbursementLine[] | Collection
리턴 XeroPHP\Models\PayrollAU\Payslip\ReimbursementLine[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

getReimbursementTypeID() 공개 메소드

public getReimbursementTypeID ( ) : string
리턴 string

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

getSuperLines() 공개 메소드

public getSuperLines ( ) : string
리턴 string

getSuperMembershipID() 공개 메소드

public getSuperMembershipID ( ) : string
리턴 string

getSupportedMethods() 공개 정적인 메소드

Get the supported methods
public static getSupportedMethods ( )

isPageable() 공개 정적인 메소드

public static isPageable ( )

setAmount() 공개 메소드

public setAmount ( float $value ) : PayTemplate
$value float
리턴 PayTemplate

setAnnualNumberOfUnit() 공개 메소드

public setAnnualNumberOfUnit ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setAnnualSalary() 공개 메소드

public setAnnualSalary ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setCalculationType() 공개 메소드

public setCalculationType ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setContributionType() 공개 메소드

public setContributionType ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setDeductionTypeID() 공개 메소드

public setDeductionTypeID ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setDescription() 공개 메소드

public setDescription ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setEarningsRateID() 공개 메소드

public setEarningsRateID ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setEntitlementFinalPayPayoutType() 공개 메소드

public setEntitlementFinalPayPayoutType ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setExpenseAccountCode() 공개 메소드

public setExpenseAccountCode ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setFullTimeNumberOfUnitsPerPeriod() 공개 메소드

public setFullTimeNumberOfUnitsPerPeriod ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setLeaveLine() 공개 메소드

public setLeaveLine ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setLeaveTypeID() 공개 메소드

public setLeaveTypeID ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setLiabilityAccountCode() 공개 메소드

public setLiabilityAccountCode ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setMinimumMonthlyEarning() 공개 메소드

public setMinimumMonthlyEarning ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setNormalNumberOfUnit() 공개 메소드

public setNormalNumberOfUnit ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setNumberOfUnit() 공개 메소드

public setNumberOfUnit ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setNumberOfUnitsPerWeek() 공개 메소드

public setNumberOfUnitsPerWeek ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setPercentage() 공개 메소드

public setPercentage ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setRatePerUnit() 공개 메소드

public setRatePerUnit ( float $value ) : PayTemplate
$value float
리턴 PayTemplate

setReimbursementTypeID() 공개 메소드

public setReimbursementTypeID ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setSuperLine() 공개 메소드

public setSuperLine ( string $value ) : PayTemplate
$value string
리턴 PayTemplate

setSuperMembershipID() 공개 메소드

public setSuperMembershipID ( string $value ) : PayTemplate
$value string
리턴 PayTemplate