# sepa\_debit\_generated\_from

From **Stripe API**.

- Type: `object`

## Properties

### `charge`

- Required: false
- Nullable: true

The ID of the Charge that generated this PaymentMethod, if any.

### `setup_attempt`

- Required: false
- Nullable: true

The ID of the SetupAttempt that generated this PaymentMethod, if any.

## JSON Schema

```json
{"properties":{"charge":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"The ID of the Charge that generated this PaymentMethod, if any.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"setup_attempt":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/setup_attempt"}],"description":"The ID of the SetupAttempt that generated this PaymentMethod, if any.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/setup_attempt"}]}}},"title":"sepa_debit_generated_from","type":"object","x-expandableFields":["charge","setup_attempt"]}
```
