# issuing\_transaction\_amount\_details

From **Stripe API**.

- Type: `object`

## Properties

### `atm_fee`

- Required: false
- Type: `integer`
- Nullable: true

The fee charged by the ATM for the cash withdrawal.

## JSON Schema

```json
{"properties":{"atm_fee":{"description":"The fee charged by the ATM for the cash withdrawal.","nullable":true,"type":"integer"}},"title":"IssuingTransactionAmountDetails","type":"object","x-expandableFields":[]}
```
