Class Account.Configuration.Merchant.Branding

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Merchant.Branding
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Configuration.Merchant

public static class Account.Configuration.Merchant.Branding extends StripeObject
For more details about Branding, please refer to the API Reference.
  • Constructor Details

    • Branding

      public Branding()
  • Method Details

    • getIcon

      public String getIcon()
      ID of a file upload: An icon for the merchant. Must be square and at least 128px x 128px.
    • getLogo

      public String getLogo()
      ID of a file upload: A logo for the merchant that will be used in Checkout instead of the icon and without the merchant's name next to it if provided. Must be at least 128px x 128px.
    • getPrimaryColor

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

      public String getSecondaryColor()
      A CSS hex color value representing the secondary branding color for the merchant.
    • setIcon

      public void setIcon(String icon)
      ID of a file upload: An icon for the merchant. Must be square and at least 128px x 128px.
    • setLogo

      public void setLogo(String logo)
      ID of a file upload: A logo for the merchant that will be used in Checkout instead of the icon and without the merchant's name next to it if provided. Must be at least 128px x 128px.
    • setPrimaryColor

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

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