# `Stripe.Resources.Quote.StatusTransitions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/quote.ex#L499)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Quote.StatusTransitions{
  accepted_at: integer() | nil,
  canceled_at: integer() | nil,
  finalized_at: integer() | nil
}
```

* `accepted_at` - The time that the quote was accepted. Measured in seconds since Unix epoch. Format: Unix timestamp. Nullable.
* `canceled_at` - The time that the quote was canceled. Measured in seconds since Unix epoch. Format: Unix timestamp. Nullable.
* `finalized_at` - The time that the quote was finalized. Measured in seconds since Unix epoch. Format: Unix timestamp. Nullable.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
