One coupon can have multiple codes. Each code is a unique alphanumeric string that can be applied to a booking.
Structure
A coupon code has the following key attributes:
codeAn alphanumeric string that has the code that can be applied to a booking. This code is case in-sensitive.statusA status of100will indicate an active code, and a status of400will indicate a voided code. Voided codes cannot be used on a booking.usesThe number of times this code has been usedordersA list of order IDs where this code has been used.