Stripe.Resources.BillingPortal.Configuration.BusinessProfile (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.BillingPortal.Configuration.BusinessProfile{
  headline: String.t() | nil,
  privacy_policy_url: String.t() | nil,
  terms_of_service_url: String.t() | nil
}
  • headline - The messaging shown to customers in the portal. Max length: 5000. Nullable.
  • privacy_policy_url - A link to the business’s publicly available privacy policy. Max length: 5000. Nullable.
  • terms_of_service_url - A link to the business’s publicly available terms of service. Max length: 5000. Nullable.