Class Account.Defaults.Profile

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Defaults.Profile
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Defaults

public static class Account.Defaults.Profile extends StripeObject
Account profile information.
  • Constructor Details

    • Profile

      public Profile()
  • Method Details

    • getBusinessUrl

      public String getBusinessUrl()
      The business's publicly-available website.
    • getDoingBusinessAs

      public String getDoingBusinessAs()
      The company’s legal name.
    • getProductDescription

      public String getProductDescription()
      Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.
    • setBusinessUrl

      public void setBusinessUrl(String businessUrl)
      The business's publicly-available website.
    • setDoingBusinessAs

      public void setDoingBusinessAs(String doingBusinessAs)
      The company’s legal name.
    • setProductDescription

      public void setProductDescription(String productDescription)
      Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.
    • 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