# `Stripe.Resources.V2.Core.Account.Configuration.Merchant.SepaDebitPayments`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L2284)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.V2.Core.Account.Configuration.Merchant.SepaDebitPayments{
    creditor_id: String.t() | nil
  }
```

* `creditor_id` - Creditor ID for SEPA Direct Debit payments.

---

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