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 ) : |
||
setAccountNumber ( string $value ) : |
||
setAmount ( float $value ) : |
||
setBSB ( string $value ) : |
||
setRemainder ( string $value ) : |
||
setStatementText ( string $value ) : |
public static getAPIStem ( ) : string | null | ||
return | string | null |
public static getGUIDProperty ( ) : string | ||
return | string |
public static getProperties ( ) : array | ||
return | array |
public static getResourceURI ( ) : string | ||
return | string |
public static getRootNodeName ( ) : string | ||
return | string |
public static getSupportedMethods ( ) |
public setAccountName ( string $value ) : |
||
$value | string | |
return |
public setAccountNumber ( string $value ) : |
||
$value | string | |
return |
public setRemainder ( string $value ) : |
||
$value | string | |
return |
public setStatementText ( string $value ) : |
||
$value | string | |
return |