A list of payment type strings (e.g., "sale"
, "refund"
).
Instance Method
transactionsByTypeStrings(_:)
Retrieves transactions that match any of the provided type strings.
Declaration
func transactionsByTypeStrings(_ types: [String]) async throws -> TransactionHistoryResponse
Parameters
types
-
Return Value
A list of matching transactions.