Contents

predicate(forMerchantCategoryCodes:)

A predicate that returns transactions that match any of the provided merchant category codes.

Declaration

static func predicate(forMerchantCategoryCodes merchantCategoryCodes: [MerchantCategoryCode]) -> Predicate<Transaction>

Parameters

  • merchantCategoryCodes:

    Merchant category codes to match against.

See Also

Type Methods