Stripe.Resources.Custom (tiger_stripe v0.3.0)

Copy Markdown View Source

payment_method_custom

Summary

Types

logo()

@type logo() :: %{
  optional(:content_type) => String.t() | nil,
  optional(:url) => String.t() | nil,
  optional(String.t()) => term()
}
  • 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.

t()

@type t() :: %Stripe.Resources.Custom{
  display_name: String.t(),
  logo: logo(),
  type: String.t()
}
  • display_name - Display name of the Dashboard-only CustomPaymentMethodType. Max length: 5000. Nullable.
  • logo - Contains information about the Dashboard-only CustomPaymentMethodType logo. Nullable. Expandable.
  • type - ID of the Dashboard-only CustomPaymentMethodType. Not expandable. Max length: 5000.

Functions

expandable_fields()

object_name()