Share via


RLedgerTurnoverTypeCustVend.settledTransAmounts Method [AX 2012]

Returns the settled amounts on date for the transaction.

Syntax

public container settledTransAmounts(
    Common _trans, 
    TransDate _dateFrom, 
    TransDate _dateTo, 
    CurrencyType_RU _currencyType, 
    Common _trans_W)

Run On

Called

Parameters

  • _trans
    Type: Common Table
    A table buffer holding the transaction.

Return Value

Type: container
The settled amounts on date for the transaction.

Remarks

[debit amount, credit amount]

See Also

Reference

RLedgerTurnoverTypeCustVend Class