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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Refund.DestinationDetails.Crypto{
  reference: String.t() | nil
}
```

* `reference` - The transaction hash of the refund. Max length: 5000. Nullable.

---

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