INVESTMENTS_TRANSACTIONS.DEFAULT_UPDATE webhook payload.
@type t() :: %PlaidEx.Webhooks.Schemas.InvestmentsEvent{ canceled_investments_transactions: integer(), environment: String.t(), item_id: String.t(), new_investments_transactions: integer(), webhook_code: String.t(), webhook_type: String.t() }
@spec from_map(map()) :: t()