TransactionsResult

Authenticated result of a successful transactions service call.

The provider may legitimately return a missing list (signalling "no transactions available for this delta"). Distinguish absence from emptiness by checking for null rather than isEmpty().

Properties

Link copied to clipboard
open override val data: List<Transaction>?
Link copied to clipboard
open override val ticketId: Uuid
Link copied to clipboard
open override val timestamp: Instant