Class Payout.TraceId

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Payout.TraceId
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Payout

public static class Payout.TraceId extends StripeObject
For more details about TraceId, please refer to the API Reference.
  • Constructor Details

    • TraceId

      public TraceId()
  • Method Details

    • getStatus

      public String getStatus()
      Possible values are pending, supported, and unsupported. When payout.status is pending or in_transit, this will be pending. When the payout transitions to paid, failed, or canceled, this status will become supported or unsupported shortly after in most cases. In some cases, this may appear as pending for up to 10 days after arrival_date until transitioning to supported or unsupported.
    • getValue

      public String getValue()
      The trace ID value if trace_id.status is supported, otherwise nil.
    • setStatus

      public void setStatus(String status)
      Possible values are pending, supported, and unsupported. When payout.status is pending or in_transit, this will be pending. When the payout transitions to paid, failed, or canceled, this status will become supported or unsupported shortly after in most cases. In some cases, this may appear as pending for up to 10 days after arrival_date until transitioning to supported or unsupported.
    • setValue

      public void setValue(String value)
      The trace ID value if trace_id.status is supported, otherwise nil.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object