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

Nested struct within the parent resource.

# `t`

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

* `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` - The Affirm transaction ID associated with this payment. Max length: 5000. Nullable.

---

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