Class Session.PaymentMethodOptions.Card.Restrictions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.PaymentMethodOptions.Card.Restrictions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session.PaymentMethodOptions.Card

public static class Session.PaymentMethodOptions.Card.Restrictions extends StripeObject
For more details about Restrictions, please refer to the API Reference.
  • Constructor Details

    • Restrictions

      public Restrictions()
  • Method Details

    • getBrandsBlocked

      public List<String> getBrandsBlocked()
    • setBrandsBlocked

      public void setBrandsBlocked(List<String> brandsBlocked)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object