PHP Class XeroPHP\Models\PayrollUS\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
getAccountHolderName ( ) : string
getAccountNumber ( ) : string
getAccountType ( ) : string
getAmount ( ) : float
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
getRoutingNumber ( ) : string
getStatementText ( ) : string
getSupportedMethods ( ) Get the supported methods
isPageable ( )
setAccountHolderName ( string $value ) : BankAccount
setAccountNumber ( string $value ) : BankAccount
setAccountType ( string $value ) : BankAccount
setAmount ( float $value ) : BankAccount
setRemainder ( string $value ) : BankAccount
setRoutingNumber ( 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

getAccountHolderName() public method

public getAccountHolderName ( ) : string
return string

getAccountNumber() public method

public getAccountNumber ( ) : string
return string

getAccountType() public method

public getAccountType ( ) : string
return string

getAmount() public method

public getAmount ( ) : float
return float

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

getRoutingNumber() public method

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

setAccountHolderName() public method

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

setAccountNumber() public method

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

setAccountType() public method

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

setAmount() public method

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

setRemainder() public method

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

setRoutingNumber() public method

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

setStatementText() public method

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