PHP 클래스 XeroPHP\Models\PayrollAU\PayItem\DeductionType

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

공개 메소드들

메소드 설명
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