Class AccountUpdateParams.Defaults.Profile

java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Defaults.Profile
Enclosing class:
AccountUpdateParams.Defaults

public static class AccountUpdateParams.Defaults.Profile extends Object
  • Method Details

    • builder

    • getBusinessUrl

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

      public Object getDoingBusinessAs()
      The name which is used by the business.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getProductDescription

      public Object getProductDescription()
      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