Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if one or more payments using the specified tender are associated with this sales order.
Syntax
public boolean mcrHasTender(RetailTenderTypeId _tenderTypeId, [boolean _ignoreCanceled])
Run On
Called
Parameters
- _tenderTypeId
Type: RetailTenderTypeId Extended Data Type
The tender for which to check the sales order.
- _ignoreCanceled
Type: boolean
A Boolean value that defines whether the search should take into acount canceled orders or not; optional.
Return Value
Type: boolean
true if one or more payments using the specified tender are associated with this sales order; otherwise, false.