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 boolean
boolean
Possible values arepending
,supported
, andunsupported
.getValue()
The trace ID value iftrace_id.status
issupported
, otherwisenil
.int
hashCode()
void
Possible values arepending
,supported
, andunsupported
.void
The trace ID value iftrace_id.status
issupported
, 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.status
ispending
orin_transit
, this will bepending
. When the payout transitions topaid
,failed
, orcanceled
, this status will becomesupported
orunsupported
shortly after in most cases. In some cases, this may appear aspending
for up to 10 days afterarrival_date
until transitioning tosupported
orunsupported
. -
getValue
The trace ID value iftrace_id.status
issupported
, otherwisenil
. -
setStatus
Possible values arepending
,supported
, andunsupported
. Whenpayout.status
ispending
orin_transit
, this will bepending
. When the payout transitions topaid
,failed
, orcanceled
, this status will becomesupported
orunsupported
shortly after in most cases. In some cases, this may appear aspending
for up to 10 days afterarrival_date
until transitioning tosupported
orunsupported
. -
setValue
The trace ID value iftrace_id.status
issupported
, otherwisenil
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-