Package com.stripe.param.billingportal
Class ConfigurationUpdateParams.BusinessProfile
- java.lang.Object
-
- com.stripe.param.billingportal.ConfigurationUpdateParams.BusinessProfile
-
- Enclosing class:
- ConfigurationUpdateParams
public static class ConfigurationUpdateParams.BusinessProfile extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigurationUpdateParams.BusinessProfile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigurationUpdateParams.BusinessProfile.Builderbuilder()java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.java.lang.ObjectgetHeadline()The messaging shown to customers in the portal.java.lang.ObjectgetPrivacyPolicyUrl()A link to the business’s publicly available privacy policy.java.lang.ObjectgetTermsOfServiceUrl()A link to the business’s publicly available terms of service.
-
-
-
Method Detail
-
builder
public static ConfigurationUpdateParams.BusinessProfile.Builder builder()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
-
getHeadline
public java.lang.Object getHeadline()
The messaging shown to customers in the portal.
-
getPrivacyPolicyUrl
public java.lang.Object getPrivacyPolicyUrl()
A link to the business’s publicly available privacy policy.
-
getTermsOfServiceUrl
public java.lang.Object getTermsOfServiceUrl()
A link to the business’s publicly available terms of service.
-
-