list

fun list(transaction_id: String? = null, type: String? = null, per_page: Int = 15, page: Int = 1, from: OffsetDateTime? = null, to: OffsetDateTime? = null): EventObjectList

Get all events for a xs2a transaction object

Return

EventsList

Parameters

transaction_id

transaction id for which all events are to be retrieved for. (optional)

type

The type of event e.g. transaction.created or transaction.updated etc. (optional)

per_page

Items per page (optional)

page

Which page to display (optional)

from

Filter by date.

to

Filter by date.