Class ReceivedCredit.StatusDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.StatusDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedCredit
For more details about StatusDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Failed, please refer to the API Reference.static class
For more details about Returned, 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
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()
-