Class Session.BrandingSettings.Logo

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.BrandingSettings.Logo
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session.BrandingSettings

public static class Session.BrandingSettings.Logo extends StripeObject
For more details about Logo, please refer to the API Reference.
  • Constructor Details

    • Logo

      public Logo()
  • Method Details

    • getFile

      public String getFile()
    • getType

      public String getType()
    • getUrl

      public String getUrl()
    • setFile

      public void setFile(String file)
    • setType

      public void setType(String type)
    • setUrl

      public void setUrl(String url)
    • 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