Class Configuration.BusinessProfile

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Configuration.BusinessProfile
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Configuration

public static class Configuration.BusinessProfile extends StripeObject
  • Constructor Details

    • BusinessProfile

      public BusinessProfile()
  • Method Details

    • getHeadline

      public String getHeadline()
      The messaging shown to customers in the portal.
    • getPrivacyPolicyUrl

      public String getPrivacyPolicyUrl()
      A link to the business’s publicly available privacy policy.
    • getTermsOfServiceUrl

      public String getTermsOfServiceUrl()
      A link to the business’s publicly available terms of service.
    • setHeadline

      public void setHeadline(String headline)
      The messaging shown to customers in the portal.
    • setPrivacyPolicyUrl

      public void setPrivacyPolicyUrl(String privacyPolicyUrl)
      A link to the business’s publicly available privacy policy.
    • setTermsOfServiceUrl

      public void setTermsOfServiceUrl(String termsOfServiceUrl)
      A link to the business’s publicly available terms of service.
    • 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