# `Stripe.Resources.Dispute.PaymentMethodDetails.AmazonPay`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/dispute.ex#L461)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Dispute.PaymentMethodDetails.AmazonPay{
  dispute_type: String.t() | nil
}
```

* `dispute_type` - The AmazonPay dispute type, chargeback or claim Possible values: `chargeback`, `claim`. Nullable.

---

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