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

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

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

Метод Описание
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getAmount ( ) : float
getDescription ( ) : string
getExpenseAccount ( ) : string
getGUIDProperty ( ) : string Get the guid property
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
getReimbursementTypeID ( ) : string
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 ( )
setAmount ( float $value ) : ReimbursementLine
setDescription ( string $value ) : ReimbursementLine
setExpenseAccount ( string $value ) : ReimbursementLine
setReimbursementTypeID ( string $value ) : ReimbursementLine

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

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

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

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

public getAmount ( ) : float
Результат float

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

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

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

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

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

Get the guid property
public static getGUIDProperty ( ) : 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

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

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

Get the supported methods
public static getSupportedMethods ( )

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

public static isPageable ( )

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

public setAmount ( float $value ) : ReimbursementLine
$value float
Результат ReimbursementLine

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

public setDescription ( string $value ) : ReimbursementLine
$value string
Результат ReimbursementLine

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

public setExpenseAccount ( string $value ) : ReimbursementLine
$value string
Результат ReimbursementLine

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

public setReimbursementTypeID ( string $value ) : ReimbursementLine
$value string
Результат ReimbursementLine