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

Nested struct within the parent resource.

# `t`

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

* `canceled_at` - The time that the payment was canceled. Format: Unix timestamp. Nullable.
* `paid_at` - The time that the payment succeeded. Format: Unix timestamp. Nullable.

---

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