StripeElixir.Params.BillingPortal.ConfigurationUpdateParams.BusinessProfile
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.BillingPortal.ConfigurationUpdateParams.BusinessProfile{ headline: map() | nil, privacy_policy_url: map() | nil, terms_of_service_url: map() | nil }
headline- The messaging shown to customers in the portal.privacy_policy_url- A link to the business’s publicly available privacy policy.terms_of_service_url- A link to the business’s publicly available terms of service.