Share via


MCRCustPaymTable::writePaymentAdjustmentSales Method

Creates a new cust paym record for either a charge or a refund.

Syntax

client server public static MCRCustPaymTable writePaymentAdjustmentSales(
    MCRCustPaymTable _mcrCustPaymTable_Orig, 
    AmountCur _amountChanged, 
   [MCRPaymAdjustmentType _paymAdjustType])

Run On

Called

Parameters

  • _paymAdjustType
    Type: MCRPaymAdjustmentType Enumeration
    The MCRPaymAdjustmentType enum used to determine the adjusted MCRCustPaymTable record's PercentAmount field; optional.

Return Value

Type: MCRCustPaymTable Table
The MCRCustPaymTable record found.

See Also

Reference

MCRCustPaymTable Table