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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.WechatPay{
  fingerprint: String.t() | nil,
  location: String.t() | nil,
  reader: String.t() | nil,
  transaction_id: String.t() | nil
}
```

* `fingerprint` - Uniquely identifies this particular WeChat Pay account. You can use this attribute to check whether two WeChat accounts are the same. Max length: 5000. Nullable.
* `location` - ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to. Max length: 5000.
* `reader` - ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on. Max length: 5000.
* `transaction_id` - Transaction ID of this particular WeChat Pay transaction. Max length: 5000. Nullable.

---

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