A list of PaymentType
enums (e.g., [.sale, .refund]
).
Instance Method
transactionsByTypes(_:)
Retrieves transactions matching one or more payment types.
Declaration
func transactionsByTypes(_ types: [PaymentType]) async throws -> TransactionHistoryResponse
Parameters
types
-
Return Value
Transactions matching any of the given types.