PHP Class XeroPHP\Models\PayrollAU\Employee\BankAccount

Inheritance: extends XeroPHP\Remote\Object
显示文件 Open project: calcinai/xero-php

Public Methods

Method Description
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getAccountName ( ) : string
getAccountNumber ( ) : string
getAmount ( ) : float
getBSB ( ) : string
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
getRemainder ( ) : string
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getStatementText ( ) : string
getSupportedMethods ( ) Get the supported methods
isPageable ( )
setAccountName ( string $value ) : BankAccount
setAccountNumber ( string $value ) : BankAccount
setAmount ( float $value ) : BankAccount
setBSB ( string $value ) : BankAccount
setRemainder ( string $value ) : BankAccount
setStatementText ( string $value ) : BankAccount

Method Details

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

getAmount() public method

public getAmount ( ) : float
return float

getBSB() public method

public getBSB ( ) : string
return string

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

getRemainder() public method

public getRemainder ( ) : string
return string

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

getStatementText() public method

public getStatementText ( ) : string
return string

getSupportedMethods() public static method

Get the supported methods
public static getSupportedMethods ( )

isPageable() public static method

public static isPageable ( )

setAccountName() public method

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

setAccountNumber() public method

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

setAmount() public method

public setAmount ( float $value ) : BankAccount
$value float
return BankAccount

setBSB() public method

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

setRemainder() public method

public setRemainder ( string $value ) : BankAccount
$value string
return BankAccount

setStatementText() public method

public setStatementText ( string $value ) : BankAccount
$value string
return BankAccount