# account\_requirements\_alternative

From **Stripe API**.

- Type: `object`

## Properties

### `alternative_fields_due`

- Required: true
- Type: `array`

Fields that can be provided to satisfy all fields in `original_fields_due`.

### `original_fields_due`

- Required: true
- Type: `array`

Fields that are due and can be satisfied by providing all fields in `alternative_fields_due`.

## JSON Schema

```json
{"properties":{"alternative_fields_due":{"description":"Fields that can be provided to satisfy all fields in `original_fields_due`.","items":{"maxLength":5000,"type":"string"},"type":"array"},"original_fields_due":{"description":"Fields that are due and can be satisfied by providing all fields in `alternative_fields_due`.","items":{"maxLength":5000,"type":"string"},"type":"array"}},"required":["alternative_fields_due","original_fields_due"],"title":"AccountRequirementsAlternative","type":"object","x-expandableFields":[]}
```
