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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Refund.PresentmentDetails{
  presentment_amount: integer() | nil,
  presentment_currency: String.t() | nil
}
```

* `presentment_amount` - Amount intended to be collected by this payment, denominated in `presentment_currency`.
* `presentment_currency` - Currency presented to the customer during payment. Max length: 5000.

---

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