Stripe.Params.Checkout.SessionCreateParams.BrandingSettings.Icon
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.Checkout.SessionCreateParams.BrandingSettings.Icon{ file: String.t() | nil, type: String.t() | nil, url: String.t() | nil }
file- The ID of a File upload representing the icon. Purpose must bebusiness_icon. Required iftypeisfileand disallowed otherwise.type- The type of image for the icon. Must be one offileorurl. Possible values:file,url.url- The URL of the image. Required iftypeisurland disallowed otherwise.