Stripe.Resources.PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails (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.PaymentMethodDetails{
  card_present:
    Stripe.Resources.PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent.t()
    | nil,
  type: String.t() | nil
}
  • card_present
  • type - The type of payment method transaction-specific details from the transaction that generated this card payment method. Always card_present. Max length: 5000.