PHP Класс XeroPHP\Models\PayrollAU\PayItem\DeductionType

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

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

Метод Описание
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getAccountCode ( ) : string
getDeductionTypeID ( ) : string
getGUIDProperty ( ) : string Get the guid property
getName ( ) : 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
getReducesSuper ( ) : string
getReducesTax ( ) : 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 ( )
setAccountCode ( string $value ) : DeductionType
setDeductionTypeID ( string $value ) : DeductionType
setName ( string $value ) : DeductionType
setReducesSuper ( string $value ) : DeductionType
setReducesTax ( float $value ) : DeductionType

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

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

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

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

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

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

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

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

Get the guid property
public static getGUIDProperty ( ) : string
Результат string

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

public getName ( ) : 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

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

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

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

public getReducesTax ( ) : 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 ( )

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

public setAccountCode ( string $value ) : DeductionType
$value string
Результат DeductionType

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

public setDeductionTypeID ( string $value ) : DeductionType
$value string
Результат DeductionType

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

public setName ( string $value ) : DeductionType
$value string
Результат DeductionType

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

public setReducesSuper ( string $value ) : DeductionType
$value string
Результат DeductionType

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

public setReducesTax ( float $value ) : DeductionType
$value float
Результат DeductionType