# Carts.AppliedCoupon

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **String** | the coupon code | 
**id** | **String** | The coupon ID. Read Only | [optional] 
**couponType** | **String** | Key name to identify the type of coupon.  type 0: per_item_discount   type 1: percentage_discount   type 2: per_total_discount type 3: shipping_discount   type 4: free_shipping type 5: promotion | [optional] 
**discountedAmount** | **Number** | The discounted amount applied within a given context. | [optional] 
