PHP Класс XeroPHP\Models\PayrollUS\Employee\BankAccount

Наследование: extends XeroPHP\Remote\Object
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

getAPIStem() публичный статический Метод

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
Результат string | null

getAccountHolderName() публичный Метод

public getAccountHolderName ( ) : string
Результат string

getAccountNumber() публичный Метод

public getAccountNumber ( ) : string
Результат string

getAccountType() публичный Метод

public getAccountType ( ) : string
Результат string

getAmount() публичный Метод

public getAmount ( ) : float
Результат float

getGUIDProperty() публичный статический Метод

Get the guid property
public static getGUIDProperty ( ) : string
Результат string

getProperties() публичный статический Метод

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
Результат array

getRemainder() публичный Метод

public getRemainder ( ) : string
Результат string

getResourceURI() публичный статический Метод

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
Результат string

getRootNodeName() публичный статический Метод

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
Результат string

getRoutingNumber() публичный Метод

public getRoutingNumber ( ) : string
Результат string

getStatementText() публичный Метод

public getStatementText ( ) : string
Результат string

getSupportedMethods() публичный статический Метод

Get the supported methods
public static getSupportedMethods ( )

isPageable() публичный статический Метод

public static isPageable ( )

setAccountHolderName() публичный Метод

public setAccountHolderName ( string $value ) : BankAccount
$value string
Результат BankAccount

setAccountNumber() публичный Метод

public setAccountNumber ( string $value ) : BankAccount
$value string
Результат BankAccount

setAccountType() публичный Метод

public setAccountType ( string $value ) : BankAccount
$value string
Результат BankAccount

setAmount() публичный Метод

public setAmount ( float $value ) : BankAccount
$value float
Результат BankAccount

setRemainder() публичный Метод

public setRemainder ( string $value ) : BankAccount
$value string
Результат BankAccount

setRoutingNumber() публичный Метод

public setRoutingNumber ( string $value ) : BankAccount
$value string
Результат BankAccount

setStatementText() публичный Метод

public setStatementText ( string $value ) : BankAccount
$value string
Результат BankAccount