Class OutboundPayment.DestinationPaymentMethodDetails.FinancialAccount

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundPayment.DestinationPaymentMethodDetails.FinancialAccount
All Implemented Interfaces:
HasId, StripeObjectInterface
Enclosing class:
OutboundPayment.DestinationPaymentMethodDetails

public static class OutboundPayment.DestinationPaymentMethodDetails.FinancialAccount extends StripeObject implements HasId
  • Constructor Details

    • FinancialAccount

      public FinancialAccount()
  • Method Details

    • getNetwork

      public String getNetwork()
      The rails used to send funds.

      Equal to stripe.

    • setId

      public void setId(String id)
      Token of the FinancialAccount.
    • setNetwork

      public void setNetwork(String network)
      The rails used to send funds.

      Equal to stripe.

    • 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
    • getId

      public String getId()
      Token of the FinancialAccount.
      Specified by:
      getId in interface HasId