# `Stripe.Resources.FinancialConnections.Transaction.StatusTransitions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/financial_connections/transaction.ex#L58)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.FinancialConnections.Transaction.StatusTransitions{
  posted_at: integer() | nil,
  void_at: integer() | nil
}
```

* `posted_at` - Time at which this transaction posted. Measured in seconds since the Unix epoch. Format: Unix timestamp. Nullable.
* `void_at` - Time at which this transaction was voided. Measured in seconds since the Unix epoch. Format: Unix timestamp. Nullable.

---

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