Share via


MCRCustCreditTable::getOrigPayment Method

Finds the orginal payment method for the passed sales order.

Syntax

client server public static MCRCustPaymTable getOrigPayment(SalesId _origSalesID)

Run On

Called

Parameters

  • _origSalesID
    Type: SalesId Extended Data Type
    The SalesID of the sales order for which this method is finding the payment method.

Return Value

Type: MCRCustPaymTable Table
The payment record associated with the passed SalesID based on a pre-determined hierarchy.

Remarks

Used to determine the hierarchy of the credit types 1. Credit card 2. OnAccount

See Also

Reference

MCRCustCreditTable Table