setup_attempt_payment_method_details_card_present
Summary
Types
@type t() :: %Stripe.Resources.CardPresent{ generated_card: String.t() | Stripe.Resources.PaymentMethod.t(), offline: Stripe.Resources.Offline.t() }
generated_card- The ID of the Card PaymentMethod which was generated by this SetupAttempt. Nullable. Expandable.offline- Details about payments collected offline. Nullable. Expandable.