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 class
Hash that provides additional information regarding the reason behind afailed
ReceivedCredit status.static class
Hash that provides additional information regarding the reason behind areturned
ReceivedCredit status. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Hash that provides additional information regarding the reason behind afailed
ReceivedCredit status.Hash that provides additional information regarding the reason behind areturned
ReceivedCredit status.int
hashCode()
void
Hash that provides additional information regarding the reason behind afailed
ReceivedCredit status.void
Hash that provides additional information regarding the reason behind areturned
ReceivedCredit 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 afailed
ReceivedCredit status. It is only present when the ReceivedCredit status isfailed
. -
getReturned
Hash that provides additional information regarding the reason behind areturned
ReceivedCredit status. It is only present when the ReceivedCredit status isreturned
. -
setFailed
Hash that provides additional information regarding the reason behind afailed
ReceivedCredit status. It is only present when the ReceivedCredit status isfailed
. -
setReturned
Hash that provides additional information regarding the reason behind areturned
ReceivedCredit status. It is only present when the ReceivedCredit status isreturned
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-