Class InboundTransfer.LinkedFlows

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.InboundTransfer.LinkedFlows
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
InboundTransfer

public static class InboundTransfer.LinkedFlows extends StripeObject
  • Constructor Details

    • LinkedFlows

      public LinkedFlows()
  • Method Details

    • getReceivedDebit

      public String getReceivedDebit()
      If funds for this flow were returned after the flow went to the succeeded state, this field contains a reference to the ReceivedDebit return.
    • setReceivedDebit

      public void setReceivedDebit(String receivedDebit)
      If funds for this flow were returned after the flow went to the succeeded state, this field contains a reference to the ReceivedDebit return.
    • 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