PHP 클래스 XeroPHP\Models\PayrollAU\SuperFund

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

공개 메소드들

메소드 설명
getABN ( ) : string
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
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
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getSuperFundID ( ) : string
getSupportedMethods ( ) Get the supported methods
getType ( ) : string
getUSI ( ) : string
isPageable ( )
setABN ( string $value ) : SuperFund
setSuperFundID ( string $value ) : SuperFund
setType ( string $value ) : SuperFund
setUSI ( string $value ) : SuperFund

메소드 상세

getABN() 공개 메소드

public getABN ( ) : string
리턴 string

getAPIStem() 공개 정적인 메소드

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

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

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

getSuperFundID() 공개 메소드

public getSuperFundID ( ) : string
리턴 string

getSupportedMethods() 공개 정적인 메소드

Get the supported methods
public static getSupportedMethods ( )

getType() 공개 메소드

public getType ( ) : string
리턴 string

getUSI() 공개 메소드

public getUSI ( ) : string
리턴 string

isPageable() 공개 정적인 메소드

public static isPageable ( )

setABN() 공개 메소드

public setABN ( string $value ) : SuperFund
$value string
리턴 SuperFund

setSuperFundID() 공개 메소드

public setSuperFundID ( string $value ) : SuperFund
$value string
리턴 SuperFund

setType() 공개 메소드

public setType ( string $value ) : SuperFund
$value string
리턴 SuperFund

setUSI() 공개 메소드

public setUSI ( string $value ) : SuperFund
$value string
리턴 SuperFund