Stripe.Resources.SetupIntent.PaymentMethodConfigurationDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.SetupIntent.PaymentMethodConfigurationDetails{
  id: String.t() | nil,
  parent: String.t() | nil
}
  • id - ID of the payment method configuration used. Max length: 5000.
  • parent - ID of the parent payment method configuration used. Max length: 5000. Nullable.