# `Stripe.Resources.Sofort`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/sofort.ex#L2)

Sofort resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Sofort{
  bank_code: String.t() | nil,
  bank_name: String.t() | nil,
  bic: String.t() | nil,
  country: String.t() | nil,
  iban_last4: String.t() | nil,
  preferred_language: String.t() | nil,
  statement_descriptor: String.t() | nil
}
```

* `bank_code` - Nullable.
* `bank_name` - Nullable.
* `bic` - Nullable.
* `country` - Nullable.
* `iban_last4` - Nullable.
* `preferred_language` - Nullable.
* `statement_descriptor` - Nullable.

# `object_name`

---

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