Stripe.Resources.CardPresent (tiger_stripe v0.1.10)

Copy Markdown View Source

setup_attempt_payment_method_details_card_present

Summary

Types

t()

@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.

Functions

expandable_fields()

object_name()