PHP Class XeroPHP\Models\PayrollAU\SuperFundProduct

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
getProductName ( ) : 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
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getSPIN ( ) : string
getSupportedMethods ( ) Get the supported methods
getUSI ( ) : string
isPageable ( )
setABN ( string $value ) : SuperFundProduct
setProductName ( string $value ) : SuperFundProduct
setSPIN ( string $value ) : SuperFundProduct
setUSI ( string $value ) : SuperFundProduct

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

getProductName() public method

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

getSPIN() public method

Deprecation:
public getSPIN ( ) : string
return string

getSupportedMethods() public static method

Get the supported methods
public static getSupportedMethods ( )

getUSI() public method

public getUSI ( ) : string
return string

isPageable() public static method

public static isPageable ( )

setABN() public method

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

setProductName() public method

public setProductName ( string $value ) : SuperFundProduct
$value string
return SuperFundProduct

setSPIN() public method

Deprecation:
public setSPIN ( string $value ) : SuperFundProduct
$value string
return SuperFundProduct

setUSI() public method

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