<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "AppStoreServerAPI",
  "identifier" : "/documentation/AppStoreServerAPI/customerConsented",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "App Store Server API"
    ],
    "preciseIdentifier" : "data:app_store_server_api:customerConsented"
  },
  "title" : "customerConsented"
}
-->

# customerConsented

A Boolean value that indicates whether the customer consented to provide consumption data to the App Store.

```
boolean customerConsented
```

## Discussion

Set this field to `true` if the customer provided consent to send the App Store the consumption data related to their refund request, including all the data you provide in the [`ConsumptionRequest`](/documentation/AppStoreServerAPI/ConsumptionRequest) or [`ConsumptionRequestV1`](/documentation/AppStoreServerAPI/ConsumptionRequestV1) request body. If not, don’t respond to the `CONSUMPTION_REQUEST` notification.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)