# `Stripe.Resources.PaymentMethod.SepaDebit.GeneratedFrom`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_method.ex#L1118)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentMethod.SepaDebit.GeneratedFrom{
  charge: String.t() | Stripe.Resources.Charge.t() | nil,
  setup_attempt: String.t() | Stripe.Resources.SetupAttempt.t() | nil
}
```

* `charge` - The ID of the Charge that generated this PaymentMethod, if any. Nullable.
* `setup_attempt` - The ID of the SetupAttempt that generated this PaymentMethod, if any. Nullable.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
