Class ReceivedDebit.StatusDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedDebit.StatusDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedDebit
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. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Information that elaborates on thefailed
status of a ReceivedDebit.int
hashCode()
void
Information that elaborates on thefailed
status of a ReceivedDebit.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
Information that elaborates on thefailed
status of a ReceivedDebit. It is only present when the ReceivedDebit status isfailed
. -
setFailed
Information that elaborates on thefailed
status of a ReceivedDebit. It is only present when the ReceivedDebit status isfailed
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-