Stripe.Resources.Checkout.Session.BrandingSettings.Icon (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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 be business_icon. Required if type is file and disallowed otherwise. Max length: 5000.
  • type - The type of image for the icon. Must be one of file or url. Possible values: file, url.
  • url - The URL of the image. Present when type is url. Max length: 5000.