---
title: customerConsented
framework: appstoreserverapi
role: symbol
role_heading: Type
path: appstoreserverapi/customerconsented
---

# customerConsented

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

## Declaration

```data
boolean customerConsented
```

## Discussion

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 or ConsumptionRequestV1 request body. If not, don’t respond to the CONSUMPTION_REQUEST notification.

## See Also

### Consumption data types

- [consumptionPercentage](appstoreserverapi/consumptionpercentage.md)
- [deliveryStatus](appstoreserverapi/deliverystatus.md)
- [refundPreference](appstoreserverapi/refundpreference.md)
- [sampleContentProvided](appstoreserverapi/samplecontentprovided.md)
