Stores the historical breakdown of discounts applied at the item level that affect Monthly Recurring Revenue (MRR).Each row represents a single discount applied to a subscription item for a reporting period.Use this table to analyze how item-level and document-level discounts impact item MRR over time.
Each row is uniquely identified by this column. Use it as the upsert key when applying incremental datasets to your warehouse.
item_mrr_id when multiple discounts apply. Possible values are: item_level_coupon: Coupon applied to a subscription line item (entity_id = coupon id).document_level_coupon: Coupon applied to an invoice subtotal (entity_id = coupon id).item_level_discount: Discount applied to a subscription line item (entity_id = discount id).document_level_discount: Discount applied to an invoice subtotal (entity_id = discount id).