Share via


CustVendPaymProposalModifyPaymAttributes.convertAmountTransCurToAmountPaymCur_BR Method [AX 2012]

Converts the specified amount from the currency of the open transaction to the currency of the payment.

Syntax

public AmountCur convertAmountTransCurToAmountPaymCur_BR(
    AmountCur _amountToBeconverted, 
    CustVendPaymProposalLine _paymProposalLine, 
    SpecTrans _specTrans, 
    CustVendTransOpen _custVendTransOpen)

Run On

Called

Parameters

Return Value

Type: AmountCur Extended Data Type
The amount convrted to the payment currency.

See Also

Reference

CustVendPaymProposalModifyPaymAttributes Class