Class AccountCreateParams.BusinessProfile

  • Enclosing class:
    AccountCreateParams

    public static class AccountCreateParams.BusinessProfile
    extends java.lang.Object
    • Method Detail

      • getExtraParams

        public java.util.Map<java.lang.String,​java.lang.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.
      • getName

        public java.lang.String getName()
        The customer-facing business name.
      • getProductDescription

        public java.lang.String getProductDescription()
        Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
      • getSupportEmail

        public java.lang.String getSupportEmail()
        A publicly available email address for sending support issues to.
      • getSupportPhone

        public java.lang.String getSupportPhone()
        A publicly available phone number to call with support issues.
      • getSupportUrl

        public java.lang.Object getSupportUrl()
        A publicly available website for handling support issues.
      • getUrl

        public java.lang.String getUrl()
        The business's publicly available website.