PHP 클래스 XeroPHP\Models\PayrollUS\Employee\SalaryAndWage

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

공개 메소드들

메소드 설명
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getAnnualSalary ( ) : string
getEarningsTypeID ( ) : string
getEffectiveDate ( ) : DateTimeInterface
getGUIDProperty ( ) : string Get the guid property
getHourlyRate ( ) : float
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
getSalaryAndWageID ( ) : string
getSalaryAndWagesID ( ) : string
getSalaryWagesType ( ) : string
getStandardHoursPerWeek ( ) : string
getSupportedMethods ( ) Get the supported methods
isPageable ( )
setAnnualSalary ( string $value ) : SalaryAndWage
setEarningsTypeID ( string $value ) : SalaryAndWage
setEffectiveDate ( DateTimeInterface $value ) : SalaryAndWage
setHourlyRate ( float $value ) : SalaryAndWage
setSalaryAndWageID ( string $value ) : SalaryAndWage
setSalaryAndWagesID ( string $value ) : SalaryAndWage
setSalaryWagesType ( string $value ) : SalaryAndWage
setStandardHoursPerWeek ( string $value ) : SalaryAndWage

메소드 상세

getAPIStem() 공개 정적인 메소드

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

getAnnualSalary() 공개 메소드

public getAnnualSalary ( ) : string
리턴 string

getEarningsTypeID() 공개 메소드

public getEarningsTypeID ( ) : string
리턴 string

getEffectiveDate() 공개 메소드

public getEffectiveDate ( ) : DateTimeInterface
리턴 DateTimeInterface

getGUIDProperty() 공개 정적인 메소드

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

getHourlyRate() 공개 메소드

public getHourlyRate ( ) : float
리턴 float

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

getSalaryAndWageID() 공개 메소드

사용 중단:
public getSalaryAndWageID ( ) : string
리턴 string

getSalaryAndWagesID() 공개 메소드

public getSalaryAndWagesID ( ) : string
리턴 string

getSalaryWagesType() 공개 메소드

public getSalaryWagesType ( ) : string
리턴 string

getStandardHoursPerWeek() 공개 메소드

public getStandardHoursPerWeek ( ) : string
리턴 string

getSupportedMethods() 공개 정적인 메소드

Get the supported methods
public static getSupportedMethods ( )

isPageable() 공개 정적인 메소드

public static isPageable ( )

setAnnualSalary() 공개 메소드

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

setEarningsTypeID() 공개 메소드

public setEarningsTypeID ( string $value ) : SalaryAndWage
$value string
리턴 SalaryAndWage

setEffectiveDate() 공개 메소드

public setEffectiveDate ( DateTimeInterface $value ) : SalaryAndWage
$value DateTimeInterface
리턴 SalaryAndWage

setHourlyRate() 공개 메소드

public setHourlyRate ( float $value ) : SalaryAndWage
$value float
리턴 SalaryAndWage

setSalaryAndWageID() 공개 메소드

사용 중단:
public setSalaryAndWageID ( string $value ) : SalaryAndWage
$value string
리턴 SalaryAndWage

setSalaryAndWagesID() 공개 메소드

public setSalaryAndWagesID ( string $value ) : SalaryAndWage
$value string
리턴 SalaryAndWage

setSalaryWagesType() 공개 메소드

public setSalaryWagesType ( string $value ) : SalaryAndWage
$value string
리턴 SalaryAndWage

setStandardHoursPerWeek() 공개 메소드

public setStandardHoursPerWeek ( string $value ) : SalaryAndWage
$value string
리턴 SalaryAndWage