# `Stripe.Resources.Checkout.Session.AdaptivePricing`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/checkout/session.ex#L288)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Checkout.Session.AdaptivePricing{
  enabled: boolean() | nil
}
```

* `enabled` - If enabled, Adaptive Pricing is available on [eligible sessions](https://docs.stripe.com/payments/currencies/localize-prices/adaptive-pricing?payment-ui=stripe-hosted#restrictions).

---

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