Interface | osid.financials.Account | ||
---|---|---|---|
Implements | osid.OsidObject | ||
osid.Federateable | |||
Description |
An | ||
Method | isCreditBalance | ||
Description |
Tests if this account is a credit or debit account. | ||
Return | boolean | true if credits increase the balance, false
if credits decrease the balance | |
Compliance | mandatory | This method must be implemented. | |
Method | getCode | ||
Description |
Gets a code for this G/L account. | ||
Return | string | an account code | |
Compliance | mandatory | This method must be implemented. | |
Method | getAccountRecord | ||
Description |
Gets the account record corresponding to the given
| ||
Parameters | osid.type.Type | accountRecordType | the type of account record to retrieve |
Return | osid.financials.records.AccountRecord | the account record | |
Errors | NULL_ARGUMENT | accountRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(accountRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |