AnnualReport entity
A yearly summary of account activity ("Wrapstodon")
Fields
year- the year this report is aboutdata- the raw report data as a map; its shape depends onschema_versionschema_version- which schema version defines how to interpretdatashare_url- a link to a shareable version of the report, if anyaccount_id- the ID of the account this report is about
Summary
Types
@type t() :: %Hunter.AnnualReport{ account_id: String.t(), data: map(), schema_version: non_neg_integer(), share_url: String.t() | nil, year: non_neg_integer() }