INCOME.INCOME_VERIFICATION webhook payload.
@type t() :: %PlaidEx.Webhooks.Schemas.IncomeEvent{ environment: String.t(), item_id: String.t(), user_id: String.t() | nil, verification_status: String.t() | nil, webhook_code: String.t(), webhook_type: String.t() }
@spec from_map(map()) :: t()