Class OutboundTransfer.TraceId

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

public static class OutboundTransfer.TraceId extends StripeObject
A unique identifier that can be used to track this OutboundTransfer with recipient bank. Banks might call this a “reference number” or something similar.
  • Constructor Details

    • TraceId

      public TraceId()
  • Method Details

    • getStatus

      public String getStatus()
    • getValue

      public String getValue()
    • setStatus

      public void setStatus(String status)
    • setValue

      public void setValue(String value)
    • 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