Class Account.Settings.Branding

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.Branding
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Settings

public static class Account.Settings.Branding extends StripeObject
  • Constructor Details

    • Branding

      public Branding()
  • 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