Stripe.Params.Checkout.SessionCreateParams.BrandingSettings.Logo (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.Checkout.SessionCreateParams.BrandingSettings.Logo{
  file: String.t() | nil,
  type: String.t() | nil,
  url: String.t() | nil
}
  • file - The ID of a File upload representing the logo. Purpose must be business_logo. Required if type is file and disallowed otherwise.
  • type - The type of image for the logo. Must be one of file or url. Possible values: file, url.
  • url - The URL of the image. Required if type is url and disallowed otherwise.