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

Nested struct within the parent resource.

# `t`

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

* `reference` - Value of the reference number assigned to the refund. Max length: 5000.
* `reference_status` - Status of the reference number on the refund. This can be `pending`, `available` or `unavailable`. Max length: 5000.
* `reference_type` - Type of the reference number assigned to the refund. Max length: 5000.
* `type` - The type of refund. This can be `refund`, `reversal`, or `pending`. Possible values: `pending`, `refund`, `reversal`.

---

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