Stripe.Resources.PaymentIntent.Processing (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentIntent.Processing{
  card: Stripe.Resources.Card.t() | nil,
  type: String.t() | nil
}
  • card
  • type - Type of the payment method for which payment is in processing state, one of card. Possible values: card.