Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TaxableLine interface represents a transaction line that is taxable. Transactions that require taxes to be calculated must implement this interface.
Syntax
interface TaxableLine
Run On
Called
Methods
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 or 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.) |
![]() |
isPrePayment | Indicates whether the transaction line is a prepayment. |
![]() |
new | Initializes a new instance of the Object class. (Inherited from Object.) |
![]() |
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.) |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
supportAmountByUnit | Determines 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.) |
Top
Inheritance Hierarchy
Object Class
TaxableLine Interface