BankDocumentStatement Class [AX 2012]
The BankDocumentStatement class is the business class of a bank document for a bank statement.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getBankAccount | Gets the bank account. (Inherited from BankDocument.) |
| getBankCurrencyAmount | Gets the bank document amount. (Inherited from BankDocument.) |
| getBankCurrencyCode | Retrieves a bank document currency. (Overrides the getBankCurrencyCode Method.) |
| getBankDocumentTable | Gets the bank document table. (Inherited from BankDocument.) |
| getBankTransType | Retrieves a bank transaction type. (Overrides the getBankTransType Method.) |
| getCancelled | Indicates whether bank document is canceled. (Inherited from BankDocument.) |
| getCorrectionBankCurrencyAmount | Gets the correction amount. (Inherited from BankDocument.) |
| getCurrentBankDocumentState | Gets the current bank document state. (Inherited from BankDocument.) |
| getDescription | Retrieves a bank document description. (Overrides the getDescription Method.) |
| getDocumentNum | Retrieves a bank document number. (Overrides the getDocumentNum Method.) |
| getDocumentType | Retrieves a bank document type. (Overrides the getDocumentType Method.) |
| getIsMatched | Indicates whether the bank document is matched. (Inherited from BankDocument.) |
| getIsReconciled | Gets the reconciled status. (Inherited from BankDocument.) |
| getOriginalBankCurrencyAmount | Gets the original bank document amount. (Inherited from BankDocument.) |
| getOrignalBankDocumentStatusName | Retrieves a bank document original status. (Overrides the getOrignalBankDocumentStatusName Method.) |
| getPosted | Retrieves a bank document posted status. (Overrides the getPosted Method.) |
| getReference | Retrieves a bank document reference. (Overrides the getReference Method.) |
| getRelatedPartyAccount | Gets the bank document related party account. (Inherited from BankDocument.) |
| getRelatedPartyCompany | Gets the company which the related party is from. (Inherited from BankDocument.) |
| getRelatedPartyName | Gets the related party name. (Inherited from BankDocument.) |
| getRelatedPartyType | Gets the bank document related party type. (Inherited from BankDocument.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTransactionCurrency | Retrieves the counter currency if it is provided in a bank document. (Overrides the getTransactionCurrency Method.) |
| getTransactionCurrencyAmount | Retrieves the counter amount if it is provided in a bank document. (Overrides the getTransactionCurrencyAmount Method.) |
| getTransactionDate | Retrieves a bank document transaction date. (Overrides the getTransactionDate Method.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| loadSourceBuffer | Loads a source buffer of a bank document. (Overrides the loadSourceBuffer Method.) |
| new | Initializes a new instance of the BankDocument class. (Inherited from BankDocument.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmBankDocumentTableMap | Gets or sets the BankDocumentTableMap parameter. (Inherited from BankDocument.) |
| processBankAccountTransReconcileStatus | Processes bank account transactions reconciled field. (Inherited from BankDocument.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: