VATTaxAgentPaymentAmounts_RU Class [AX 2012]
The VatTaxAgentPaymentAmounts_RU class is used to calculate the distribution of tax agent amounts to tax agents by tax code.
| Method | Description | |
|---|---|---|
| calc | Calculates a map that holds the distribution of tax agent amounts by tax code. |
| 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.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the VatTaxAgentPaymentAmounts_RU class. |
| initFromVendTrans | Initializes the VatTaxAgentPaymentAmounts_RU class with data from the VendTrans table. |
| mapTaxAmounts | Returns a map that holds the distribution of tax agent amounts by tax code. |
| 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.) |
| taxAgentAmount | Returns the tax agent amount, based on a given tax code and type of return value. |
| taxAgentAmountCur | Returns the tax agent amount in the transaction currency, based on a given tax code. |
| taxAgentAmountMST | Returns the tax agent amount in the accounting currency, based on a given tax code. |
| taxAgentAmountReporting | Returns the tax agent amount in the reporting currency, based on a given tax code. |
| taxAgentBaseAmountCur | Returns the base amount for the tax agent amount in the transaction currency, based on a given tax code. |
| taxAgentBaseAmountMST | Returns the base amount for the tax agent amount in the accounting currency, based on a given tax code. |
| taxAgentBaseAmountReporting | Returns the base amount for the tax agent amount in the reporting currency, based on a given tax code. |
| taxAmount | |
| taxBaseAmount | |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| totalTaxAgentAmount | |
| totalTaxAgentAmountCur | Returns the total tax agent amount in the transaction currency. |
| totalTaxAgentAmountMST | Returns the total tax agent amount in the accounting currency. |
| totalTaxAgentAmountReporting | Returns the total tax agent amount in the reporting currency. |
| 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.) |
| ::construct | Creates new instance of the VATTaxAgentPaymentAmounts_RU class and initializes it. |
Community Additions
ADD
Show: