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
- _taxRegistrationNumber
Type: RefRecId Extended Data Type
The tax registration nubmer.
- _taxPeriod
Type: TaxPeriod Extended Data Type
The tax period.
- _fromDate
Type: TransDate Extended Data Type
The from date.
- _taxLedgerAccounts
Type: TaxLedgerAccounts_IN Table
The instance of TaxLedgerAccounts_IN.
- _taxLedgerAccountSetup
Type: TaxLedgerAccountSetup_IN Table
The instance of TaxLedgerAccountSetup_IN.
- _taxDirection
Type: TaxDirection Enumeration
The tax direction.
- _isCorrections
Type: boolean
This param is used to decide whether it is correction.
- _taxComponent
Type: RefRecId Extended Data Type
A recid of tax component.
- _taxType
Type: TaxType_IN Enumeration
The tax type; optional.
Return Value
Type: container
Returns a container with all needed amounts.