PHP 클래스 XeroPHP\Models\PayrollAU\Employee\BankAccount

상속: extends XeroPHP\Remote\Object
파일 보기 프로젝트 열기: calcinai/xero-php

공개 메소드들

메소드 설명
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

메소드 상세

getAPIStem() 공개 정적인 메소드

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

getAccountName() 공개 메소드

public getAccountName ( ) : string
리턴 string

getAccountNumber() 공개 메소드

public getAccountNumber ( ) : string
리턴 string

getAmount() 공개 메소드

public getAmount ( ) : float
리턴 float

getBSB() 공개 메소드

public getBSB ( ) : string
리턴 string

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

getStatementText() 공개 메소드

public getStatementText ( ) : string
리턴 string

getSupportedMethods() 공개 정적인 메소드

Get the supported methods
public static getSupportedMethods ( )

isPageable() 공개 정적인 메소드

public static isPageable ( )

setAccountName() 공개 메소드

public setAccountName ( string $value ) : BankAccount
$value string
리턴 BankAccount

setAccountNumber() 공개 메소드

public setAccountNumber ( string $value ) : BankAccount
$value string
리턴 BankAccount

setAmount() 공개 메소드

public setAmount ( float $value ) : BankAccount
$value float
리턴 BankAccount

setBSB() 공개 메소드

public setBSB ( string $value ) : BankAccount
$value string
리턴 BankAccount

setRemainder() 공개 메소드

public setRemainder ( string $value ) : BankAccount
$value string
리턴 BankAccount

setStatementText() 공개 메소드

public setStatementText ( string $value ) : BankAccount
$value string
리턴 BankAccount