PHP Класс XeroPHP\Models\PayrollAU\Payslip\LeaveEarningsLine

Наследование: extends XeroPHP\Remote\Object
Показать файл Открыть проект

Открытые методы

Метод Описание
addNumberOfUnit ( float $value ) : LeaveEarningsLine
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getEarningsRateID ( ) : string
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 ) : LeaveEarningsLine
setRatePerUnit ( float $value ) : LeaveEarningsLine

Описание методов

addNumberOfUnit() публичный Метод

public addNumberOfUnit ( float $value ) : LeaveEarningsLine
$value float
Результат LeaveEarningsLine

getAPIStem() публичный статический Метод

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
Результат string | null

getEarningsRateID() публичный Метод

public getEarningsRateID ( ) : string
Результат string

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 ) : LeaveEarningsLine
$value string
Результат LeaveEarningsLine

setRatePerUnit() публичный Метод

public setRatePerUnit ( float $value ) : LeaveEarningsLine
$value float
Результат LeaveEarningsLine