PHP Class XeroPHP\Models\PayrollUS\Employee\BankAccount

Inheritance: extends XeroPHP\Remote\Object
Afficher le fichier Open project: calcinai/xero-php

Méthodes publiques

Méthode 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 méthode

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

getAccountHolderName() public méthode

public getAccountHolderName ( ) : string
Résultat string

getAccountNumber() public méthode

public getAccountNumber ( ) : string
Résultat string

getAccountType() public méthode

public getAccountType ( ) : string
Résultat string

getAmount() public méthode

public getAmount ( ) : float
Résultat float

getGUIDProperty() public static méthode

Get the guid property
public static getGUIDProperty ( ) : string
Résultat string

getProperties() public static méthode

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
Résultat array

getRemainder() public méthode

public getRemainder ( ) : string
Résultat string

getResourceURI() public static méthode

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
Résultat string

getRootNodeName() public static méthode

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
Résultat string

getRoutingNumber() public méthode

public getRoutingNumber ( ) : string
Résultat string

getStatementText() public méthode

public getStatementText ( ) : string
Résultat string

getSupportedMethods() public static méthode

Get the supported methods
public static getSupportedMethods ( )

isPageable() public static méthode

public static isPageable ( )

setAccountHolderName() public méthode

public setAccountHolderName ( string $value ) : BankAccount
$value string
Résultat BankAccount

setAccountNumber() public méthode

public setAccountNumber ( string $value ) : BankAccount
$value string
Résultat BankAccount

setAccountType() public méthode

public setAccountType ( string $value ) : BankAccount
$value string
Résultat BankAccount

setAmount() public méthode

public setAmount ( float $value ) : BankAccount
$value float
Résultat BankAccount

setRemainder() public méthode

public setRemainder ( string $value ) : BankAccount
$value string
Résultat BankAccount

setRoutingNumber() public méthode

public setRoutingNumber ( string $value ) : BankAccount
$value string
Résultat BankAccount

setStatementText() public méthode

public setStatementText ( string $value ) : BankAccount
$value string
Résultat BankAccount