# `Stripe.Resources.Issuing.Transaction.AmountDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/transaction.ex#L105)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Issuing.Transaction.AmountDetails{
  atm_fee: integer() | nil,
  cashback_amount: integer() | nil
}
```

* `atm_fee` - The fee charged by the ATM for the cash withdrawal. Nullable.
* `cashback_amount` - The amount of cash requested by the cardholder. Nullable.

---

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