id string, not null
Primary Key
A unique identifier for the coupon set.
coupon_id string, not null
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_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.