Share via


TaxAdjustments_IN.determineSettlementAmount Method

Calculates the settlement amounts for given parameters.

Syntax

public container determineSettlementAmount(
    RefRecId _taxRegistrationNumber, 
    TaxPeriod _taxPeriod, 
    TransDate _fromDate, 
    TaxLedgerAccounts_IN _taxLedgerAccounts, 
    TaxLedgerAccountSetup_IN _taxLedgerAccountSetup, 
    TaxDirection _taxDirection, 
    boolean _isCorrections, 
    RefRecId _taxComponent, 
   [TaxType_IN _taxType])

Run On

Called

Parameters

  • _isCorrections
    Type: boolean
    This param is used to decide whether it is correction.

Return Value

Type: container
Returns a container with all needed amounts.

See Also

Reference

TaxAdjustments_IN Table