# `Stripe.Resources.PaymentIntent.Processing`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_intent.ex#L1991)

Nested struct within the parent resource.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
