# networks

From **Stripe API**.

- Type: `object`

## Properties

### `available`

- Required: true
- Type: `array`

All available networks for the card.

### `preferred`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

The preferred network for the card.

## JSON Schema

```json
{"properties":{"available":{"description":"All available networks for the card.","items":{"maxLength":5000,"type":"string"},"type":"array"},"preferred":{"description":"The preferred network for the card.","maxLength":5000,"nullable":true,"type":"string"}},"required":["available"],"title":"networks","type":"object","x-expandableFields":[]}
```
