The card number or partial digits to match.
Instance Method
transactionsByCardNumber(_:)
Retrieves transactions filtered by a full or partial card number.
Declaration
func transactionsByCardNumber(_ cardNumber: String) async throws -> TransactionHistoryResponse
Parameters
cardNumber
-
Return Value
A list of transactions that match the card filter.
Discussion
Use this to find transactions based on the card used in the purchase.