# `Stripe.Resources.Charge.PaymentMethodDetails.Card.NetworkToken`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/charge.ex#L1035)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Card.NetworkToken{
  used: boolean() | nil
}
```

* `used` - Indicates if Stripe used a network token, either user provided or Stripe managed when processing the transaction.

---

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