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