Example #1
0
 /**
  * @param array|null $filter Associative with the indices: "usage" and "olderThan".
  * @return bool
  */
 public function cleanUpCodes($filter = [])
 {
     return OnlineShop_Framework_VoucherService_Token_List::cleanUpTokens($this->seriesId, $filter);
 }