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

PaymentPagesPrivateCardPaymentMethodOptionsResourceRestrictions

# `t`

```elixir
@type t() :: %Stripe.Resources.CheckoutCardRestrictions{brands_blocked: term()}
```

* `brands_blocked` - The card brands to block. If a customer enters or selects a card belonging to a blocked brand, they can't complete the payment.

# `object_name`

---

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