The type string to filter by (e.g., "sale"
).
Instance Method
transactionsByTypeString(_:)
Retrieves transactions filtered by a specific payment type string.
Declaration
func transactionsByTypeString(_ type: String) async throws -> TransactionHistoryResponse
Parameters
type
-
Return Value
A list of transactions of the given type.