findByAuthId(final String) method

Find Transactions by their auth code, returning them order descending by transaction id.

Syntax

List< Transaction > findByAuthId ( final String authId )

Parameters

Returns

the list of transactions

Usage

the list of transactions