# balance\_amount\_by\_source\_type

From **Stripe API**.

- Type: `object`

## Properties

### `bank_account`

- Required: false
- Type: `integer`

Amount for bank account.

### `card`

- Required: false
- Type: `integer`

Amount for card.

### `fpx`

- Required: false
- Type: `integer`

Amount for FPX.

## JSON Schema

```json
{"properties":{"bank_account":{"description":"Amount for bank account.","type":"integer"},"card":{"description":"Amount for card.","type":"integer"},"fpx":{"description":"Amount for FPX.","type":"integer"}},"title":"BalanceAmountBySourceType","type":"object","x-expandableFields":[]}
```
