Class OutboundTransfer.StatusDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundTransfer.StatusDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundTransfer
Status details for an OutboundTransfer in a
failed
or returned
state.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Thefailed
status reason.static class
Thereturned
status reason. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Thefailed
status reason.Thereturned
status reason.int
hashCode()
void
Thefailed
status reason.void
Thereturned
status reason.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