PHP Class XeroPHP\Models\PayrollAU\SuperFund

Inheritance: extends XeroPHP\Remote\Object
Show file Open project: calcinai/xero-php

Public Methods

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

Method Details

getABN() public method

public getABN ( ) : string
return string

getAPIStem() public static method

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

getGUIDProperty() public static method

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

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

getSuperFundID() public method

public getSuperFundID ( ) : string
return string

getSupportedMethods() public static method

Get the supported methods
public static getSupportedMethods ( )

getType() public method

public getType ( ) : string
return string

getUSI() public method

public getUSI ( ) : string
return string

isPageable() public static method

public static isPageable ( )

setABN() public method

public setABN ( string $value ) : SuperFund
$value string
return SuperFund

setSuperFundID() public method

public setSuperFundID ( string $value ) : SuperFund
$value string
return SuperFund

setType() public method

public setType ( string $value ) : SuperFund
$value string
return SuperFund

setUSI() public method

public setUSI ( string $value ) : SuperFund
$value string
return SuperFund