item property

LazyStatementItem item
latefinal

Statement item referenced in the webhook event.

Almost full data is available, but not all of it, particularly, things like cashback type and other data that's not available in the Statement Item object in API and is usually delivered from the Account object by StatementItem's internal logic.

If you want to access proper data, call LazyAccount.resolve on account and then use LazyStatementItem.regenerate.

Implementation

late final LazyStatementItem item;