Class OutboundTransfer.TrackingDetails.Ach

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundTransfer.TrackingDetails.Ach
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
OutboundTransfer.TrackingDetails

public static class OutboundTransfer.TrackingDetails.Ach extends StripeObject
  • Constructor Details

    • Ach

      public Ach()
  • Method Details

    • getTraceId

      public String getTraceId()
      ACH trace ID of the OutboundTransfer for transfers sent over the ach network.
    • setTraceId

      public void setTraceId(String traceId)
      ACH trace ID of the OutboundTransfer for transfers sent over the ach network.
    • 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