Stripe.Params.V2.Core.AccountCreateParams.Defaults.Profile
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.V2.Core.AccountCreateParams.Defaults.Profile{ business_url: String.t() | nil, doing_business_as: String.t() | nil, product_description: String.t() | nil }
business_url- The business's publicly-available website.doing_business_as- The name which is used by the business.product_description- Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.