Stripe.Params.BillingPortal.ConfigurationCreateParams.BusinessProfile (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.BillingPortal.ConfigurationCreateParams.BusinessProfile{
  headline: map() | nil,
  privacy_policy_url: String.t() | nil,
  terms_of_service_url: String.t() | 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.