SalesTable.mcrHasTender Method

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

  • _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.

See Also

Reference

SalesTable Table