payment_method_custom
Summary
Types
@type t() :: %Stripe.Resources.Custom{ display_name: String.t(), logo: Stripe.Resources.Custom.Logo.t(), 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.