# balance\_amount

From **Stripe API**.

- Type: `object`

## Properties

### `amount`

- Required: true
- Type: `integer`

Balance amount.

### `currency`

- Required: true
- Type: `string`

Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).

### `source_types`

- Required: false
- Type: `object`

## JSON Schema

```json
{"properties":{"amount":{"description":"Balance amount.","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","type":"string"},"source_types":{"$ref":"#/components/schemas/balance_amount_by_source_type"}},"required":["amount","currency"],"title":"BalanceAmount","type":"object","x-expandableFields":["source_types"]}
```
