Stripe.Resources.PaymentRecord.PaymentMethodDetails.Custom
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.PaymentRecord.PaymentMethodDetails.Custom{ display_name: String.t() | nil, type: String.t() | nil }
display_name- Display name for the custom (user-defined) payment method type used to make this payment. Max length: 5000.type- The custom payment method type associated with this payment. Max length: 5000. Nullable.