Stripe.Resources.Custom.Logo (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Custom.Logo{
  content_type: String.t() | nil,
  url: String.t() | nil
}
  • content_type - Content type of the Dashboard-only CustomPaymentMethodType logo. Max length: 5000. Nullable.
  • url - URL of the Dashboard-only CustomPaymentMethodType logo. Max length: 5000.