{
"offerRef": { // (1)
"id": "offer-id",
"name": "offer",
"description": "description",
"cartLabel": "label",
"prorationType": "TARGET_AND_QUALIFIER",
"attributes": {}
},
"amount": { "amount": 5.99 }, // (2)
"appliedToSalePrice": false,
"quantityPerUsage": 1, // (3)
"offerUses": 1, // (4)
"qualifierDetails": [{ // (5)
"offerId": "offerId",
"itemId": "itemX", // (6)
"quantityPerUsage": 1, // (7)
"offerUses": 1,
"fulfillmentItemDetail": false // (8)
}]
}