PHP Class XeroPHP\Models\PayrollAU\PayItem\DeductionType

Inheritance: extends XeroPHP\Remote\Object
显示文件 Open project: calcinai/xero-php

Public Methods

Method Description
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

Method Details

getAPIStem() public static method

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

getAccountCode() public method

public getAccountCode ( ) : string
return string

getDeductionTypeID() public method

public getDeductionTypeID ( ) : string
return string

getGUIDProperty() public static method

Get the guid property
public static getGUIDProperty ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getProperties() public static method

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
return array

getReducesSuper() public method

public getReducesSuper ( ) : string
return string

getReducesTax() public method

public getReducesTax ( ) : float
return float

getResourceURI() public static method

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
return string

getRootNodeName() public static method

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
return string

getSupportedMethods() public static method

Get the supported methods
public static getSupportedMethods ( )

isPageable() public static method

public static isPageable ( )

setAccountCode() public method

public setAccountCode ( string $value ) : DeductionType
$value string
return DeductionType

setDeductionTypeID() public method

public setDeductionTypeID ( string $value ) : DeductionType
$value string
return DeductionType

setName() public method

public setName ( string $value ) : DeductionType
$value string
return DeductionType

setReducesSuper() public method

public setReducesSuper ( string $value ) : DeductionType
$value string
return DeductionType

setReducesTax() public method

public setReducesTax ( float $value ) : DeductionType
$value float
return DeductionType