c2g.CODAAPIBankStatementTypes_6_0
global with sharing class CODAAPIBankStatementTypes_6_0
holds information on a bank statement. see "importing bank statement details" and "bank statement fields" in the financialforce help for more details.
Enums
enumStatus
possible bank statement statuses.
Imported |
A bank statement import file has been uploaded, but the reconciliation has not started. |
InProgress |
The reconciliation is in progress. |
Reconciled |
The reconciliation is complete. |
Committing |
The reconciliation is in progress and lines are being committed. |
c2g.CODAAPIBankStatementTypes_6_0.BankStatement
global with sharing class BankStatement
holds information on a bank statement. see "importing bank statement details" and "bank statement fields" in the financialforce help for more details.
Properties
Id |
id |
globally unique string that identifies the record.
|
OwnerId |
c2g.CODAAPICommon.Reference |
id of the user who owns this record.
|
IsDeleted |
boolean |
indicates whether the record has been moved to the recycle bin (true) or not (false).
|
Name |
string |
unique number allocated to this cash entry line.
|
CreatedDate |
datetime |
date and time when this record was created.
|
CreatedById |
c2g.CODAAPICommon.Reference |
id of the user who created this record.
|
LastModifiedDate |
datetime |
date and time when this record was last modified by a user.
|
LastModifiedById |
c2g.CODAAPICommon.Reference |
id of the user who last updated this record.
|
SystemModstamp |
datetime |
date and time when this record was last modified by a user or by a workflow process (such as a trigger).
|
BankAccount |
c2g.CODAAPICommon.Reference |
reference to the related bank account. this bank account must have a valid bank statement definition associated with it. mandatory.
|
BankReconciliation |
c2g.CODAAPICommon.Reference |
reference to a related bank reconciliation.
|
ClosingBalance |
decimal |
closing balance, as shown on the bank statement. mandatory.
|
OpeningBalance |
decimal |
opening balance, taken from the closing balance on the previous (most recent) bank statement. mandatory.
|
OwnerCompany |
c2g.CODAAPICommon.Reference |
reference to the company to which this record belongs.
|
Reference |
string |
text used to identify this bank statement later. mandatory.
|
StatementDate |
date |
date on the bank statement header. mandatory.
|
Status |
c2g.CODAAPIBankStatementTypes_6_0.enumStatus |
status of the bank statement.
|
LineItems |
c2g.CODAAPIBankStatementLineItemTypes_6_0.BankStatementLineItems |
the lines on the bank statement.
|
|