Contents

all(for:)

Gets all the transactions associated with this product ID.

Declaration

static func all(for productID: String) -> Transaction.Transactions

Parameters

  • productID:

    Identifies the product to filter the transaction cache against.

Return Value

A sequence containing all transactions for the given product.