Share via


RetailStatementPost.postIETax Method [AX 2012]

Posts the tax amount based on the statement ID.

Syntax

public void postIETax(
    str _documentNumber, 
    RetailTransactionIncomeExpenseTrans _transactionIncomeExpenseTrans, 
    TaxGroup _taxGroup, 
    TaxItemGroup _taxItemGroup, 
    Amount _amount, 
    CurrencyCode _currencyCode)

Run On

Server

Parameters

  • _documentNumber
    Type: str
    The statement ID.

Remarks

Based on the module type, tax will be initialized.

See Also

Reference

RetailStatementPost Class