MCRCustPaymTable::getOverallTotalOrders Method
Retrieves the number of orders with a payment status matching that of the passed status.
Syntax
client server public static Integer getOverallTotalOrders(MCRCustPaymStatus _status, MCRCustPaymType _type)
Run On
Called
Parameters
- _status
Type: MCRCustPaymStatus Enumeration
The MCRCustPaymStatus that is used to count the number of payments matching this status.
- _type
Type: MCRCustPaymType Enumeration
The MCRCustPaymType used to search for the applicable payments.
Return Value
Type: Integer Extended Data Type
The number of orders with a payment status matching that of the passed status.