lib/chargebee/models/invoice_estimate.rb in chargebee-2.8.7 vs lib/chargebee/models/invoice_estimate.rb in chargebee-2.8.8

- old
+ new

@@ -20,10 +20,10 @@ class LineItemTier < Model attr_accessor :line_item_id, :starting_unit, :ending_unit, :quantity_used, :unit_amount, :starting_unit_in_decimal, :ending_unit_in_decimal, :quantity_used_in_decimal, :unit_amount_in_decimal end class LineItemDiscount < Model - attr_accessor :line_item_id, :discount_type, :coupon_id, :discount_amount + attr_accessor :line_item_id, :discount_type, :coupon_id, :entity_id, :discount_amount end attr_accessor :recurring, :price_type, :currency_code, :sub_total, :total, :credits_applied, :amount_paid, :amount_due, :line_items, :discounts, :taxes, :line_item_taxes, :line_item_tiers, :line_item_discounts, :round_off_amount, :customer_id \ No newline at end of file