Package com.stripe.model.issuing
Class CreditUnderwritingRecord.Decision.ApplicationRejected
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.CreditUnderwritingRecord.Decision.ApplicationRejected
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CreditUnderwritingRecord.Decision
For more details about ApplicationRejected, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Details about thereasons.other
when present.List of reasons why the application was rejected up to 4 reasons, in order of importance.int
hashCode()
void
setReasonOtherExplanation
(String reasonOtherExplanation) Details about thereasons.other
when present.void
setReasons
(List<String> reasons) List of reasons why the application was rejected up to 4 reasons, in order of importance.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ApplicationRejected
public ApplicationRejected()
-
-
Method Details
-
getReasonOtherExplanation
Details about thereasons.other
when present. -
getReasons
List of reasons why the application was rejected up to 4 reasons, in order of importance. -
setReasonOtherExplanation
Details about thereasons.other
when present. -
setReasons
List of reasons why the application was rejected up to 4 reasons, in order of importance. -
equals
-
canEqual
-
hashCode
public int hashCode()
-