TaxSpec Class [AX 2012]

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

Syntax

class TaxSpec

Run On

Server

Methods

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

Top

Remarks

This class is the parent of the following extended classes:

  • TaxProformaSpec

  • TaxInvoiceSpec

  • TaxJournalSpec

Inheritance Hierarchy

Object Class
  TaxSpec Class
    TaxInvoiceSpec Class
    TaxJournalSpec Class
    TaxProformaSpec Class

See Also

TaxProformaSpec Class

TaxInvoiceSpec Class

TaxJournalSpec Class