PHP 클래스 XeroPHP\Models\PayrollAU\Payslip\EarningsLine

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

공개 메소드들

메소드 설명
addNumberOfUnit ( float $value ) : EarningsLine
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getEarningsRateID ( ) : string
getFixedAmount ( ) : float
getGUIDProperty ( ) : string Get the guid property
getNumberOfUnits ( ) : float[] | Collection
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
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
isPageable ( )
setEarningsRateID ( string $value ) : EarningsLine
setFixedAmount ( float $value ) : EarningsLine
setRatePerUnit ( float $value ) : EarningsLine

메소드 상세

addNumberOfUnit() 공개 메소드

public addNumberOfUnit ( float $value ) : EarningsLine
$value float
리턴 EarningsLine

getAPIStem() 공개 정적인 메소드

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

getEarningsRateID() 공개 메소드

public getEarningsRateID ( ) : string
리턴 string

getFixedAmount() 공개 메소드

public getFixedAmount ( ) : float
리턴 float

getGUIDProperty() 공개 정적인 메소드

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

getNumberOfUnits() 공개 메소드

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

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

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 ( )

isPageable() 공개 정적인 메소드

public static isPageable ( )

setEarningsRateID() 공개 메소드

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

setFixedAmount() 공개 메소드

public setFixedAmount ( float $value ) : EarningsLine
$value float
리턴 EarningsLine

setRatePerUnit() 공개 메소드

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