lib/chargebee/models/invoice_estimate.rb in chargebee-2.16.0 vs lib/chargebee/models/invoice_estimate.rb in chargebee-2.17.0
- old
+ new
@@ -4,10 +4,10 @@
class LineItem < Model
attr_accessor :id, :subscription_id, :date_from, :date_to, :unit_amount, :quantity, :amount, :pricing_model, :is_taxed, :tax_amount, :tax_rate, :unit_amount_in_decimal, :quantity_in_decimal, :amount_in_decimal, :discount_amount, :item_level_discount_amount, :description, :entity_description, :entity_type, :tax_exempt_reason, :entity_id, :customer_id
end
class Discount < Model
- attr_accessor :amount, :description, :entity_type, :entity_id
+ attr_accessor :amount, :description, :entity_type, :entity_id, :coupon_set_code
end
class Tax < Model
attr_accessor :name, :amount, :description
end
\ No newline at end of file