Class Account.SettingsBranding

  • All Implemented Interfaces:
    StripeObjectInterface
    Enclosing class:
    Account

    public static class Account.SettingsBranding
    extends StripeObject
    The user agent of the browser from which the account representative accepted the service agreement.
    • Constructor Detail

      • SettingsBranding

        public SettingsBranding()
    • Method Detail

      • getIcon

        public java.lang.String getIcon()
        Get ID of expandable icon object.
      • setIcon

        public void setIcon​(java.lang.String id)
      • getIconObject

        public File getIconObject()
        Get expanded icon.
      • setIconObject

        public void setIconObject​(File expandableObject)
      • getLogo

        public java.lang.String getLogo()
        Get ID of expandable logo object.
      • setLogo

        public void setLogo​(java.lang.String id)
      • getLogoObject

        public File getLogoObject()
        Get expanded logo.
      • setLogoObject

        public void setLogoObject​(File expandableObject)
      • getPrimaryColor

        public java.lang.String getPrimaryColor()
        A CSS hex color value representing the primary branding color for this account.
      • getSecondaryColor

        public java.lang.String getSecondaryColor()
        A CSS hex color value representing the secondary branding color for this account.
      • setPrimaryColor

        public void setPrimaryColor​(java.lang.String primaryColor)
        A CSS hex color value representing the primary branding color for this account.
      • setSecondaryColor

        public void setSecondaryColor​(java.lang.String secondaryColor)
        A CSS hex color value representing the secondary branding color for this account.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object