subscription_id string, not null
The unique identifier of the
`subscription` this record is associated with.
coupon_id string, not null
A unique identifier for the coupon.
applied_count not null, default=0
The number of times a coupon has been applied to a subscription.
apply_till timestamp, null
The date until which the coupon remains valid. This applies only to `limited_period` coupons.
coupon_code string, null
The code used to redeem the coupon. This is available only when a coupon with an associated `coupon_code` is used.
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.