Package com.stripe.model
Class Payout.TraceId
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Payout.TraceId
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Payout
For more details about TraceId, 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 booleanbooleanPossible values arepending,supported, andunsupported.getValue()The trace ID value iftrace_id.statusissupported, otherwisenil.inthashCode()voidPossible values arepending,supported, andunsupported.voidThe trace ID value iftrace_id.statusissupported, otherwisenil.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TraceId
public TraceId()
-
-
Method Details
-
getStatus
Possible values arepending,supported, andunsupported. Whenpayout.statusispendingorin_transit, this will bepending. When the payout transitions topaid,failed, orcanceled, this status will becomesupportedorunsupportedshortly after in most cases. In some cases, this may appear aspendingfor up to 10 days afterarrival_dateuntil transitioning tosupportedorunsupported. -
getValue
The trace ID value iftrace_id.statusissupported, otherwisenil. -
setStatus
Possible values arepending,supported, andunsupported. Whenpayout.statusispendingorin_transit, this will bepending. When the payout transitions topaid,failed, orcanceled, this status will becomesupportedorunsupportedshortly after in most cases. In some cases, this may appear aspendingfor up to 10 days afterarrival_dateuntil transitioning tosupportedorunsupported. -
setValue
The trace ID value iftrace_id.statusissupported, otherwisenil. -
equals
-
canEqual
-
hashCode
public int hashCode()
-