CustVendOpenTransManager.getSettleAmountForCashDisc Method [AX 2012]

Retrieves the amount to settle including the cash discount amount of the specified cash discount transaction.

Syntax

public AmountCur getSettleAmountForCashDisc(CustVendTransOpen _custVendTransOpen, CustVendTransCashDisc _custVendTransCashDisc)

Run On

Called

Parameters

  • _custVendTransOpen
    Type: CustVendTransOpen Map
    The open transaction for which to retrieve the amount to settle.

Return Value

Type: AmountCur Extended Data Type
The amount to settle including cash discount.

See Also

Reference

CustVendOpenTransManager Class