Package com.stripe.param.billingportal
Class ConfigurationCreateParams.BusinessProfile.Builder
java.lang.Object
com.stripe.param.billingportal.ConfigurationCreateParams.BusinessProfile.Builder
- Enclosing class:
- ConfigurationCreateParams.BusinessProfile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setHeadline
(EmptyParam headline) The messaging shown to customers in the portal.setHeadline
(String headline) The messaging shown to customers in the portal.setPrivacyPolicyUrl
(String privacyPolicyUrl) A link to the business’s publicly available privacy policy.setTermsOfServiceUrl
(String termsOfServiceUrl)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeConfigurationCreateParams.BusinessProfile.extraParams
for the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeConfigurationCreateParams.BusinessProfile.extraParams
for the field documentation. -
setHeadline
The messaging shown to customers in the portal. -
setHeadline
The messaging shown to customers in the portal. -
setPrivacyPolicyUrl
public ConfigurationCreateParams.BusinessProfile.Builder setPrivacyPolicyUrl(String privacyPolicyUrl) A link to the business’s publicly available privacy policy. -
setTermsOfServiceUrl
public ConfigurationCreateParams.BusinessProfile.Builder setTermsOfServiceUrl(String termsOfServiceUrl)
-