Class ReceivedCredit.StatusDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.StatusDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedCredit
This hash contains detailed information that elaborates on the specific status of the
ReceivedCredit. e.g the reason behind a failure if the status is marked as
failed.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classHash that provides additional information regarding the reason behind afailedReceivedCredit status.static classHash that provides additional information regarding the reason behind areturnedReceivedCredit status. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanHash that provides additional information regarding the reason behind afailedReceivedCredit status.Hash that provides additional information regarding the reason behind areturnedReceivedCredit status.inthashCode()voidHash that provides additional information regarding the reason behind afailedReceivedCredit status.voidHash that provides additional information regarding the reason behind areturnedReceivedCredit status.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
StatusDetails
public StatusDetails()
-
-
Method Details
-
getFailed
Hash that provides additional information regarding the reason behind afailedReceivedCredit status. It is only present when the ReceivedCredit status isfailed. -
getReturned
Hash that provides additional information regarding the reason behind areturnedReceivedCredit status. It is only present when the ReceivedCredit status isreturned. -
setFailed
Hash that provides additional information regarding the reason behind afailedReceivedCredit status. It is only present when the ReceivedCredit status isfailed. -
setReturned
Hash that provides additional information regarding the reason behind areturnedReceivedCredit status. It is only present when the ReceivedCredit status isreturned. -
equals
-
canEqual
-
hashCode
public int hashCode()
-