TaxInvoiceSpec Class [AX 2012]

The TaxInvoiceSpec class is used by invoice reports to hold and return several variables.

Syntax

class TaxInvoiceSpec extends TaxSpec

Run On

Server

Methods

  Method Description
Gg782880.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg782880.pubmethod(en-us,AX.60).gif currencyCode Returns the variable currencyCode. (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg782880.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg782880.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg782880.privmethod(en-us,AX.60).gif initTaxSpecCodeSet
Gg782880.pubmethod(en-us,AX.60).gif new Initializes the variables in the TaxInvoiceSpec class.
Gg782880.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.)
Gg782880.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.)
Gg782880.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg782880.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg782880.pubmethod(en-us,AX.60).gif parmExcludeFromInvoice Gets or sets the ExcludeFromInvoice parameter. (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif parmLanguageId Gets or sets the LanguageId parameter. (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif parmTaxSpec Gets or sets the TaxSpec parameter. (Overrides the parmTaxSpec Method.)
Gg782880.pubmethod(en-us,AX.60).gif serviceTaxReverseChargeOriginAmount_IN Returns the variable serviceTaxReverseChargeOriginAmount. (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif setIntracomVATInvoice (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg782880.pubmethod(en-us,AX.60).gif setTmpTaxWorkTrans Sets an instance of the TmpTaxWorkTrans table. (Overrides the setTmpTaxWorkTrans Method.)
Gg782880.pubmethod(en-us,AX.60).gif taxAmount Retrieves the value of the taxAmountCur variable. (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif taxAmountMST Returns the variable taxAmountMST. (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif taxBaseAmount Returns the variable taxBaseAmountCur. (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif taxBaseAmountMST Returns the variable taxBaseAmountMST. (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif taxBaseQty Returns the variable taxBaseQty (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif taxCode Returns the variable taxCode. (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif taxExemptDescription (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif taxInvoiceAmount (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif taxSpec
Gg782880.privmethod(en-us,AX.60).gif taxSpecNoIntracomVAT
Gg782880.pubmethod(en-us,AX.60).gif taxValue2str Formats a tax value into a string with the proper number of decimal places. (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif taxWriteCode Returns the variable taxWriteCode. (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg782880.pubmethod(en-us,AX.60).gif totalTaxAmount (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif totalTaxAmountMST (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif totalTaxBaseAmount (Inherited from TaxSpec.)
Gg782880.pubmethod(en-us,AX.60).gif totalTaxBaseAmountMST (Inherited from TaxSpec.)
Gg782880.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.)
Gg782880.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg782880.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

This class is derived from the TaxSpec class.

Inheritance Hierarchy

Object Class
  TaxSpec Class
    TaxInvoiceSpec Class

See Also

TaxSpec Class