# `Stripe.Resources.PaymentMethodConfiguration.Zip`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_method_configuration.ex#L2185)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentMethodConfiguration.Zip{
  available: boolean() | nil,
  display_preference:
    Stripe.Resources.PaymentMethodConfiguration.Zip.DisplayPreference.t() | nil
}
```

* `available` - Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
* `display_preference`

---

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