CustVendOpenTransManager.getCashDiscAmountTakenPaymCur Method [AX 2012]

Gets the cash discount amount taken that corresponds to the open transaction converted to payment currency.

Syntax

public CashDiscAmount getCashDiscAmountTakenPaymCur(CustVendTransOpen _custVendTransOpen)

Run On

Called

Parameters

  • _custVendTransOpen
    Type: CustVendTransOpen Map
    The open transaction for which to get the cash discount amount taken.

Return Value

Type: CashDiscAmount Extended Data Type
The cash discount amount taken converted to payment currency.

See Also

Reference

CustVendOpenTransManager Class