Class PersonalizationDesign.RejectionReasons

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.PersonalizationDesign.RejectionReasons
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PersonalizationDesign

public static class PersonalizationDesign.RejectionReasons extends StripeObject
  • Constructor Details

    • RejectionReasons

      public RejectionReasons()
  • Method Details

    • getCardLogo

      public List<String> getCardLogo()
      The reason(s) the card logo was rejected.
    • getCarrierText

      public List<String> getCarrierText()
      The reason(s) the carrier text was rejected.
    • setCardLogo

      public void setCardLogo(List<String> cardLogo)
      The reason(s) the card logo was rejected.
    • setCarrierText

      public void setCarrierText(List<String> carrierText)
      The reason(s) the carrier text was rejected.
    • 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