Stripe.Resources.PaymentMethod.Card.GeneratedFrom (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentMethod.Card.GeneratedFrom{
  charge: String.t() | nil,
  payment_method_details:
    Stripe.Resources.PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.t()
    | nil,
  setup_attempt: String.t() | Stripe.Resources.SetupAttempt.t() | nil
}
  • charge - The charge that created this object. Max length: 5000. Nullable.
  • payment_method_details - Transaction-specific details of the payment method used in the payment. Nullable.
  • setup_attempt - The ID of the SetupAttempt that generated this PaymentMethod, if any. Nullable.