---
title: ApplePayCouponCodeDetails
framework: applepayontheweb
role: symbol
role_heading: Structure
path: applepayontheweb/applepaycouponcodedetails
---

# ApplePayCouponCodeDetails

A dictionary that contains the updated coupon code.

## Declaration

```data
dictionary ApplePayCouponCodeDetails {
	DOMString couponCode;
};
```

## Mentioned in

Apple Pay on the Web Version 12 Release Notes Setting up the payment request API to accept Apple Pay

## Topics

### Coupon Code

- [couponCode](applepayontheweb/applepaycouponcodedetails/couponcode.md)

## See Also

### Respond to payment request change events

- [PaymentMethodChangeEvent](applepayontheweb/paymentmethodchangeevent.md)
