Class ReceivedCredit.InitiatingPaymentMethodDetails.FinancialAccount

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

public static class ReceivedCredit.InitiatingPaymentMethodDetails.FinancialAccount extends StripeObject implements HasId
  • Constructor Details

    • FinancialAccount

      public FinancialAccount()
  • Method Details

    • getNetwork

      public String getNetwork()
      The rails the ReceivedCredit was sent over. A FinancialAccount can only send funds over stripe.

      Equal to stripe.

    • setId

      public void setId(String id)
      The FinancialAccount ID.
    • setNetwork

      public void setNetwork(String network)
      The rails the ReceivedCredit was sent over. A FinancialAccount can only send funds over stripe.

      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()
      The FinancialAccount ID.
      Specified by:
      getId in interface HasId