Instance Method

transactionsByTypeString(_:)

Retrieves transactions filtered by a specific payment type string.

Declaration

func transactionsByTypeString(_ type: String) async throws -> TransactionHistoryResponse

Parameters

type

The type string to filter by (e.g., "sale").

Return Value

A list of transactions of the given type.

Discussion