PHP Class XeroPHP\Models\PayrollAU\SuperFund\SuperFund

Inheritance: extends XeroPHP\Remote\Object
Datei anzeigen Open project: calcinai/xero-php

Public Methods

Method Description
getABN ( ) : string
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getAccountName ( ) : string
getAccountNumber ( ) : string
getBSB ( ) : string
getElectronicServiceAddress ( ) : string
getEmployerNumber ( ) : 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
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getSPIN ( ) : string
getSuperFundID ( ) : string
getSupportedMethods ( ) Get the supported methods
getType ( ) : string
isPageable ( )
setABN ( string $value ) : SuperFund
setAccountName ( string $value ) : SuperFund
setAccountNumber ( string $value ) : SuperFund
setBSB ( string $value ) : SuperFund
setElectronicServiceAddress ( string $value ) : SuperFund
setEmployerNumber ( string $value ) : SuperFund
setName ( string $value ) : SuperFund
setSPIN ( string $value ) : SuperFund
setSuperFundID ( string $value ) : SuperFund
setType ( 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

getAccountName() public method

public getAccountName ( ) : string
return string

getAccountNumber() public method

public getAccountNumber ( ) : string
return string

getBSB() public method

public getBSB ( ) : string
return string

getElectronicServiceAddress() public method

getEmployerNumber() public method

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

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

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

isPageable() public static method

public static isPageable ( )

setABN() public method

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

setAccountName() public method

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

setAccountNumber() public method

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

setBSB() public method

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

setElectronicServiceAddress() public method

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

setEmployerNumber() public method

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

setName() public method

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

setSPIN() public method

Deprecation:
public setSPIN ( 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