Class Account.SettingsBranding

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.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 Details

    • SettingsBranding

      public SettingsBranding()
  • Method Details

    • getIcon

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

      public void setIcon(String id)
    • getIconObject

      public File getIconObject()
      Get expanded icon.
    • setIconObject

      public void setIconObject(File expandableObject)
    • getLogo

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

      public void setLogo(String id)
    • getLogoObject

      public File getLogoObject()
      Get expanded logo.
    • setLogoObject

      public void setLogoObject(File expandableObject)
    • getPrimaryColor

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

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

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

      public void setSecondaryColor(String secondaryColor)
      A CSS hex color value representing the secondary branding color for this account.
    • 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