Class PayoutMethodsBankAccountSpec

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.PayoutMethodsBankAccountSpec
All Implemented Interfaces:
StripeObjectInterface

public class PayoutMethodsBankAccountSpec extends StripeObject
  • Constructor Details

    • PayoutMethodsBankAccountSpec

      public PayoutMethodsBankAccountSpec()
  • Method Details

    • getCountries

      The list of specs by country.
    • getLivemode

      public Boolean getLivemode()
      Has the value true if the object exists in live mode or the value false if the object exists in test mode.
    • getObject

      public String getObject()
      String representing the object's type. Objects of the same type share the same value of the object field.

      Equal to v2.money_management.payout_methods_bank_account_spec.

    • setCountries

      public void setCountries(Map<String,PayoutMethodsBankAccountSpec.Country> countries)
      The list of specs by country.
    • setLivemode

      public void setLivemode(Boolean livemode)
      Has the value true if the object exists in live mode or the value false if the object exists in test mode.
    • setObject

      public void setObject(String object)
      String representing the object's type. Objects of the same type share the same value of the object field.

      Equal to v2.money_management.payout_methods_bank_account_spec.

    • 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