Package com.stripe.model.issuing
Class PersonalizationDesign.RejectionReasons
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.PersonalizationDesign.RejectionReasons
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PersonalizationDesign
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The reason(s) the card logo was rejected.The reason(s) the carrier text was rejected.int
hashCode()
void
setCardLogo
(List<String> cardLogo) The reason(s) the card logo was rejected.void
setCarrierText
(List<String> carrierText) The reason(s) the carrier text was rejected.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RejectionReasons
public RejectionReasons()
-
-
Method Details
-
getCardLogo
The reason(s) the card logo was rejected. -
getCarrierText
The reason(s) the carrier text was rejected. -
setCardLogo
The reason(s) the card logo was rejected. -
setCarrierText
The reason(s) the carrier text was rejected. -
equals
-
canEqual
-
hashCode
public int hashCode()
-