# `Stripe.Resources.PaymentMethodDomain.AmazonPay.StatusDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_method_domain.ex#L74)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentMethodDomain.AmazonPay.StatusDetails{
  error_message: String.t() | nil
}
```

* `error_message` - The error message associated with the status of the payment method on the domain. Max length: 5000.

---

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