Package com.stripe.param.billingportal
Class ConfigurationUpdateParams.BusinessProfile.Builder
java.lang.Object
com.stripe.param.billingportal.ConfigurationUpdateParams.BusinessProfile.Builder
- Enclosing class:
- ConfigurationUpdateParams.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
(EmptyParam privacyPolicyUrl) A link to the business’s publicly available privacy policy.setPrivacyPolicyUrl
(String privacyPolicyUrl) A link to the business’s publicly available privacy policy.setTermsOfServiceUrl
(EmptyParam termsOfServiceUrl) setTermsOfServiceUrl
(String termsOfServiceUrl) A link to the business’s publicly available terms of service.
-
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. SeeConfigurationUpdateParams.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. SeeConfigurationUpdateParams.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 ConfigurationUpdateParams.BusinessProfile.Builder setPrivacyPolicyUrl(String privacyPolicyUrl) A link to the business’s publicly available privacy policy. -
setPrivacyPolicyUrl
public ConfigurationUpdateParams.BusinessProfile.Builder setPrivacyPolicyUrl(EmptyParam privacyPolicyUrl) A link to the business’s publicly available privacy policy. -
setTermsOfServiceUrl
public ConfigurationUpdateParams.BusinessProfile.Builder setTermsOfServiceUrl(String termsOfServiceUrl) A link to the business’s publicly available terms of service. -
setTermsOfServiceUrl
public ConfigurationUpdateParams.BusinessProfile.Builder setTermsOfServiceUrl(EmptyParam termsOfServiceUrl)
-