Tracks lifecycle Unix timestamps for a Stripe Quote.
@type t() :: %LatticeStripe.Quote.StatusTransitions{ accepted_at: integer() | nil, canceled_at: integer() | nil, finalized_at: integer() | nil }
@spec from_map(map() | nil) :: t() | nil