A coupon set is a collection of coupon codes associated with a single coupon. Each code in the set can be redeemed by customers during checkout. Coupon sets are typically used to group codes under a common promotion or discount offer.

Columns

No match found

id string, not null
Primary Key
A unique identifier for the coupon set.

coupon_id string, not null
Foreign Key coupons.id
The identifier of the coupon associated with this coupon set.

archived_count null
The number of coupon codes in the set that have been archived.

name string, not null
The name of the coupon set.

redeemed_count null
The number of coupon codes in the set that have been redeemed.

total_count null
The total number of coupon codes present in the coupon set.

record_extracted_at timestamp
The column represents the timestamp when the updated data became available in Chargebee's data lakehouse.

record_exported_at timestamp
The column represents the timestamp when the data was exported to the configured destination.

change_type string
The column indicates the type of change [create, update, delete, read] and can be used to load data into the warehouse accordingly.