Stripe.Params.PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.Custom (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.PaymentRecordReportPaymentAttemptParams.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.