Class PaymentMethod.Custom.Logo

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Custom.Logo
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentMethod.Custom

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

    • Logo

      public Logo()
  • Method Details

    • getContentType

      public String getContentType()
    • getUrl

      public String getUrl()
    • setContentType

      public void setContentType(String contentType)
    • 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