Stripe.Resources.Checkout.Session.BrandingSettings.Icon
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Checkout.Session.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. Max length: 5000.type- The type of image for the icon. Must be one offileorurl. Possible values:file,url.url- The URL of the image. Present whentypeisurl. Max length: 5000.