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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The messaging shown to customers in the portal.A link to the business’s publicly available privacy policy.A link to the business’s publicly available terms of service.int
hashCode()
void
setHeadline
(String headline) The messaging shown to customers in the portal.void
setPrivacyPolicyUrl
(String privacyPolicyUrl) A link to the business’s publicly available privacy policy.void
setTermsOfServiceUrl
(String termsOfServiceUrl) A link to the business’s publicly available terms of service.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BusinessProfile
public BusinessProfile()
-
-
Method Details
-
getHeadline
The messaging shown to customers in the portal. -
getPrivacyPolicyUrl
A link to the business’s publicly available privacy policy. -
getTermsOfServiceUrl
A link to the business’s publicly available terms of service. -
setHeadline
The messaging shown to customers in the portal. -
setPrivacyPolicyUrl
A link to the business’s publicly available privacy policy. -
setTermsOfServiceUrl
A link to the business’s publicly available terms of service. -
equals
-
canEqual
-
hashCode
public int hashCode()
-