# `Stripe.Resources.Dispute.Evidence.EnhancedEvidence.VisaCompliance`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/dispute.ex#L342)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Dispute.Evidence.EnhancedEvidence.VisaCompliance{
  fee_acknowledged: boolean() | nil
}
```

* `fee_acknowledged` - A field acknowledging the fee incurred when countering a Visa compliance dispute. If this field is set to true, evidence can be submitted for the compliance dispute. Stripe collects a 500 USD (or local equivalent) amount to cover the network costs associated with resolving compliance disputes. Stripe refunds the 500 USD network fee if you win the dispute.

---

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