CustVendOpenTransManager.getCashDiscAmountPaymCur Method [AX 2012]

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

Syntax

public CashDiscAmount getCashDiscAmountPaymCur(CustVendTransOpen _custVendTransOpen)

Run On

Called

Parameters

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

Return Value

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

See Also

Reference

CustVendOpenTransManager Class