# `Stripe.Resources.Refund.NextAction`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/refund.ex#L456)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Refund.NextAction{
  display_details: Stripe.Resources.Refund.NextAction.DisplayDetails.t() | nil,
  type: String.t() | nil
}
```

* `display_details`
* `type` - Type of the next action to perform. Max length: 5000.

---

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