Package com.stripe.model.billingportal
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
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description BusinessProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetHeadline()The messaging shown to customers in the portal.java.lang.StringgetPrivacyPolicyUrl()A link to the business’s publicly available privacy policy.java.lang.StringgetTermsOfServiceUrl()A link to the business’s publicly available terms of service.inthashCode()voidsetHeadline(java.lang.String headline)The messaging shown to customers in the portal.voidsetPrivacyPolicyUrl(java.lang.String privacyPolicyUrl)A link to the business’s publicly available privacy policy.voidsetTermsOfServiceUrl(java.lang.String termsOfServiceUrl)A link to the business’s publicly available terms of service.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getHeadline
public java.lang.String getHeadline()
The messaging shown to customers in the portal.
-
getPrivacyPolicyUrl
public java.lang.String getPrivacyPolicyUrl()
A link to the business’s publicly available privacy policy.
-
getTermsOfServiceUrl
public java.lang.String getTermsOfServiceUrl()
A link to the business’s publicly available terms of service.
-
setHeadline
public void setHeadline(java.lang.String headline)
The messaging shown to customers in the portal.
-
setPrivacyPolicyUrl
public void setPrivacyPolicyUrl(java.lang.String privacyPolicyUrl)
A link to the business’s publicly available privacy policy.
-
setTermsOfServiceUrl
public void setTermsOfServiceUrl(java.lang.String termsOfServiceUrl)
A link to the business’s publicly available terms of service.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-