Class OutboundTransfer.NetworkDetails

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

public static class OutboundTransfer.NetworkDetails extends StripeObject
Routing number of the bank account.
  • Constructor Details

    • NetworkDetails

      public NetworkDetails()
  • Method Details

    • getAch

      Details about an ACH transaction.
    • getType

      public String getType()
      The type of flow that originated the OutboundTransfer.

      Equal to ach.

    • setAch

      public void setAch(OutboundTransfer.NetworkDetails.Ach ach)
      Details about an ACH transaction.
    • setType

      public void setType(String type)
      The type of flow that originated the OutboundTransfer.

      Equal to ach.

    • 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