Share via


TaxableDocument Interface [AX 2012]

The TaxableDocument class is an interface that represents a transaction document that supports tax calculations. Transactions that require taxes to be calculated must implement this interface.

Syntax

interface TaxableDocument

Run On

Called

Methods

  Method Description
Gg778098.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif doTaxGroupExistsForDocument Determines if tax group are set on any line of the document.
Gg778098.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif getCurrentLine Gets an object that implements the TaxableLine interface that represents the current transaction line.
Gg778098.pubmethod(en-us,AX.60).gif getCurrentMiscellaneousCharge Gets an object which implements the TaxableLine interface that represents the current miscellaneous charge line.
Gg778098.pubmethod(en-us,AX.60).gif getFirstLine Reads the first transaction line.
Gg778098.pubmethod(en-us,AX.60).gif getFirstMiscellaneousCharge Reads the first miscellaneous charge line.
Gg778098.pubmethod(en-us,AX.60).gif getInvoiceId Gets the invoice ID.
Gg778098.pubmethod(en-us,AX.60).gif getJournalizedDocument Gets the table buffer that represents the journalized document header for the transaction.
Gg778098.pubmethod(en-us,AX.60).gif getLineByRecId Gets an object that implements the TaxableLine interface that represents the transaction line that is specified by the specified parameter.
Gg778098.pubmethod(en-us,AX.60).gif getModuleType Gets the module type.
Gg778098.pubmethod(en-us,AX.60).gif getNextLine Reads the next transaction line.
Gg778098.pubmethod(en-us,AX.60).gif getNextMiscellaneousCharge Reads the next miscellaneous charge line.
Gg778098.pubmethod(en-us,AX.60).gif getReferenceNumber Gets the reference number.
Gg778098.pubmethod(en-us,AX.60).gif getSourceCompany Determines the source company in an intercompany document.
Gg778098.pubmethod(en-us,AX.60).gif getSourceHeader Gets the table buffer that represents the source document header for the transaction.
Gg778098.pubmethod(en-us,AX.60).gif getTaxIncluded Gets a flag that indicates whether the line amounts include taxes.
Gg778098.pubmethod(en-us,AX.60).gif getTaxObligationCompany Gets the company for which we have a tax obligation.
Gg778098.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif isPayment Determines whether the document that is being taxed is a payment.
Gg778098.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif useSourceDocumentFramework Indicates whether the current transaction supports the Source Document Framework.
Gg778098.pubmethod(en-us,AX.60).gif useTaxUncommitted Determines whether taxes should allow the use of the TaxUncommitted table to store taxes which have not yet been journalized.
Gg778098.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg778098.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  TaxableDocument Interface