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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Satispay{
  transaction_id: String.t() | nil
}
```

* `transaction_id` - The Satispay transaction ID associated with this payment. Max length: 5000. Nullable.

---

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