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 booleanbooleanDetails about thereasons.otherwhen present.List of reasons why the application was rejected up to 4 reasons, in order of importance.inthashCode()voidsetReasonOtherExplanation(String reasonOtherExplanation) Details about thereasons.otherwhen present.voidsetReasons(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.otherwhen present. -
getReasons
List of reasons why the application was rejected up to 4 reasons, in order of importance. -
setReasonOtherExplanation
Details about thereasons.otherwhen present. -
setReasons
List of reasons why the application was rejected up to 4 reasons, in order of importance. -
equals
-
canEqual
-
hashCode
public int hashCode()
-