Instance Method

transactionsByTypeStrings(_:)

Retrieves transactions that match any of the provided type strings.

Declaration

func transactionsByTypeStrings(_ types: [String]) async throws -> TransactionHistoryResponse

Parameters

types

A list of payment type strings (e.g., "sale", "refund").

Return Value

A list of matching transactions.

Discussion