BankStatementTaxDocument Class [AX 2012]

The BankStatementTaxDocument class is the tax document from a bank statement.

Syntax

class BankStatementTaxDocument implements TaxableDocument

Run On

Called

Methods

  Method Description
JJ750096.pubmethod(en-us,AX.60).gif calcTax Calculate the tax amounts.
JJ750096.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ750096.pubmethod(en-us,AX.60).gif doTaxGroupExistsForDocument Determines whether tax groups are set on any line of the document.
JJ750096.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ750096.pubmethod(en-us,AX.60).gif getCurrentLine Retrieves an object that implements the TaxableLine interface and represents a transaction line.
JJ750096.pubmethod(en-us,AX.60).gif getCurrentMiscellaneousCharge Retrieves an object that implements the TaxableLine interface and represents a miscellaneous charge line.
JJ750096.pubmethod(en-us,AX.60).gif getFirstLine Indicates whether the first transaction line is found.
JJ750096.pubmethod(en-us,AX.60).gif getFirstMiscellaneousCharge Indicates whether the first miscellaneous charge line is found.
JJ750096.pubmethod(en-us,AX.60).gif getInvoiceId Retrieves an invoice ID.
JJ750096.pubmethod(en-us,AX.60).gif getJournalizedDocument Retrieves a record that represents the journalized document header for a transaction.
JJ750096.pubmethod(en-us,AX.60).gif getLineByRecId Retrieves an object that implements the TaxableLine interface and represents a transaction line that is specified by a record ID.
JJ750096.pubmethod(en-us,AX.60).gif getModuleType Retrieves a module type.
JJ750096.pubmethod(en-us,AX.60).gif getNextLine Indicates whether the next transaction line is found.
JJ750096.pubmethod(en-us,AX.60).gif getNextMiscellaneousCharge Indicates whether the next miscellaneous charge line is found.
JJ750096.pubmethod(en-us,AX.60).gif getReferenceNumber Retrieves a reference number.
JJ750096.pubmethod(en-us,AX.60).gif getSourceCompany Determines the source company in an intercompany document.
JJ750096.pubmethod(en-us,AX.60).gif getSourceHeader Gets a record that represents the source document header for a transaction.
JJ750096.pubmethod(en-us,AX.60).gif getTaxIncluded Indicates whether the line amounts include taxes.
JJ750096.pubmethod(en-us,AX.60).gif getTaxObligationCompany Gets the company for which you have a tax obligation.
JJ750096.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ750096.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ750096.pubmethod(en-us,AX.60).gif isPayment Indicates whether the document that is being taxed is a payment.
JJ750096.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankStatementTaxDocument class.
JJ750096.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.)
JJ750096.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.)
JJ750096.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ750096.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ750096.pubmethod(en-us,AX.60).gif parmStatement Gets or sets the Statement parameter.
JJ750096.pubmethod(en-us,AX.60).gif post Posts the tax.
JJ750096.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ750096.pubmethod(en-us,AX.60).gif tax Retrieves a tax calculation instance.
JJ750096.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ750096.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.)
JJ750096.pubmethod(en-us,AX.60).gif useSourceDocumentFramework Indicates whether a transaction supports the source document framework.
JJ750096.pubmethod(en-us,AX.60).gif useTaxUncommitted Indicates whether the taxes should allow for the use of the TaxUncommitted table to store taxes that have not yet been journalized.
JJ750096.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ750096.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ750096.pubmethod(en-us,AX.60).gif JJ750096.static(en-us,AX.60).gif ::construct Creates an instance of the BankStatementTaxDocument class.

Top

Inheritance Hierarchy

Object Class
  BankStatementTaxDocument Class