Share via


MCRCustCreditTable.setPaymentValues Method

Sets the payment values to the passed record, otherwise get the first one associated with the sales order.

Syntax

public void setPaymentValues([MCRCustPaymTable _mcrCustPaymTable, boolean _onAcctOverride])

Run On

Called

Parameters

  • _mcrCustPaymTable
    Type: MCRCustPaymTable Table
    The MCRCustPaymTable record for which payment method is retrieved; optional.
  • _onAcctOverride
    Type: boolean
    The Boolean to determine whether or not to use OnAcct payment method; optional.

Remarks

If _mcrCustPaymTable is null, instantiate via this.getPayment method.

See Also

Reference

MCRCustCreditTable Table