# source\_type\_eps

From **Stripe API**.

- Type: `object`

## Properties

### `reference`

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

### `statement_descriptor`

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

## JSON Schema

```json
{"properties":{"reference":{"nullable":true,"type":"string"},"statement_descriptor":{"nullable":true,"type":"string"}},"type":"object"}
```
