PHP Class XeroPHP\Models\PayrollUS\Setting\Account

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

Public Methods

Method Description
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getAccountID ( ) : string
getCode ( ) : 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
getSupportedMethods ( ) Get the supported methods
getType ( ) : string
isPageable ( )
setAccountID ( string $value ) : Account
setCode ( string $value ) : Account
setName ( string $value ) : Account
setType ( string $value ) : Account

Method Details

getAPIStem() public static method

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

getAccountID() public method

public getAccountID ( ) : string
return string

getCode() public method

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

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 ( )

setAccountID() public method

public setAccountID ( string $value ) : Account
$value string
return Account

setCode() public method

public setCode ( string $value ) : Account
$value string
return Account

setName() public method

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

setType() public method

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