BankStatementTaxLine Class [AX 2012]
The BankStatementTaxLine class is taxable line from 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.) |
| getCashDiscountAmount | Gets the cash discount amount. |
| getCashDiscountPercent | Gets the cash discount percentage. |
| getCurrencyExchangeInformation | Gets an instance of the CurrencyExchHelper class that represents the transaction line. |
| getCurrentMiscellaneousCharge | Gets the current miscellaneous charge line. |
| getDefaultDimension | Gets the default dimension from the transaction line. |
| getDefaultTaxDirection | Gets the default tax direction for the transaction. |
| getDestinationCompany | Determines the destination company for an intercompany document. |
| getFirstMiscellaneousCharge | Reads the first miscellaneous charge. |
| getGSTHSTTaxType_CA | Gets the default GST/HST line amount type. |
| getJournalizedLine | Gets the table buffer that represents the journalized line for the transaction. |
| getNextMiscellaneousCharge | Reads the next miscellaneous charge. |
| getOperationLedgerDimension | Gets the operation ledger dimension. |
| getPostingType | Gets the default posting type. |
| getQuantity | Gets the quantity from the transaction line. |
| getSourceLine | Gets the transaction line from the source document. |
| getTaxableInventoriedLine | Gets an object that represents the inventoried transaction line. |
| getTaxCode | Gets the tax code for the transaction line. |
| getTaxGroup | Gets the tax group for the transaction line. |
| getTaxItemGroup | Gets the item tax group for the transaction line. |
| getTaxRateDate | Gets the date that will be used by the Tax class to look up tax rates. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTransactionAmount | Gets the transaction line amount. |
| getTransactionCurrency | Gets the transaction line currency. |
| getTransactionText | Gets the transaction text for the transaction line. |
| getUnitAmount | Gets the amount per unit for the transaction line. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initialize the class instance. |
| isPrePayment | Indicates whether the transaction line is a prepayment. |
| new | Initializes an instance of the BankStatementTaxLine class. |
| 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.) |
| parmStatementLine | Gets or sets the StatementLine parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| supportAmountByUnit | Indicates whether the tax calculation engine should calculate tax for the tax code origin of amount per unit. |
| 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.) |
| ::construct | Creates an instance of the BankStatementTaxLine class. |
Community Additions
ADD
Show: