Class Account.Configuration.Storer.RegulatedActivity

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Storer.RegulatedActivity
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Configuration.Storer

public static class Account.Configuration.Storer.RegulatedActivity extends StripeObject
Details of the regulated activity if the business participates in one.
  • Constructor Details

    • RegulatedActivity

      public RegulatedActivity()
  • Method Details

    • getDescription

      public String getDescription()
    • getLicenseNumber

      public String getLicenseNumber()
    • getPrimaryRegulatoryAuthorityCountry

      public String getPrimaryRegulatoryAuthorityCountry()
    • getPrimaryRegulatoryAuthorityName

      public String getPrimaryRegulatoryAuthorityName()
    • setDescription

      public void setDescription(String description)
    • setLicenseNumber

      public void setLicenseNumber(String licenseNumber)
    • setPrimaryRegulatoryAuthorityCountry

      public void setPrimaryRegulatoryAuthorityCountry(String primaryRegulatoryAuthorityCountry)
    • setPrimaryRegulatoryAuthorityName

      public void setPrimaryRegulatoryAuthorityName(String primaryRegulatoryAuthorityName)
    • 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