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

TreasuryInboundTransfersResourceInboundTransferResourceStatusTransitions

# `t`

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

* `canceled_at` - Timestamp describing when an InboundTransfer changed status to `canceled`. Format: Unix timestamp. Nullable.
* `failed_at` - Timestamp describing when an InboundTransfer changed status to `failed`. Format: Unix timestamp. Nullable.
* `succeeded_at` - Timestamp describing when an InboundTransfer changed status to `succeeded`. Format: Unix timestamp. Nullable.

# `object_name`

---

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