Class ReceivedDebit.LinkedFlows

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

public static class ReceivedDebit.LinkedFlows extends StripeObject
The routing number for the bank account.
  • Constructor Details

    • LinkedFlows

      public LinkedFlows()
  • Method Details

    • getDebitReversal

      public String getDebitReversal()
      The DebitReversal created as a result of this ReceivedDebit being reversed.
    • getInboundTransfer

      public String getInboundTransfer()
      Set if the ReceivedDebit is associated with an InboundTransfer's return of funds.
    • getIssuingAuthorization

      public String getIssuingAuthorization()
      Set if the ReceivedDebit was created due to an Issuing Authorization object.
    • getIssuingTransaction

      public String getIssuingTransaction()
      Set if the ReceivedDebit is also viewable as an Issuing Dispute object.
    • getPayout

      public String getPayout()
      Set if the ReceivedDebit was created due to a Payout object.
    • setDebitReversal

      public void setDebitReversal(String debitReversal)
      The DebitReversal created as a result of this ReceivedDebit being reversed.
    • setInboundTransfer

      public void setInboundTransfer(String inboundTransfer)
      Set if the ReceivedDebit is associated with an InboundTransfer's return of funds.
    • setIssuingAuthorization

      public void setIssuingAuthorization(String issuingAuthorization)
      Set if the ReceivedDebit was created due to an Issuing Authorization object.
    • setIssuingTransaction

      public void setIssuingTransaction(String issuingTransaction)
      Set if the ReceivedDebit is also viewable as an Issuing Dispute object.
    • setPayout

      public void setPayout(String payout)
      Set if the ReceivedDebit was created due to a Payout object.
    • 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