lib/chargebee/models/invoice_estimate.rb in chargebee-2.6.5 vs lib/chargebee/models/invoice_estimate.rb in chargebee-2.6.6

- old
+ new

@@ -1,9 +1,9 @@ module ChargeBee class InvoiceEstimate < Model class LineItem < Model - attr_accessor :id, :subscription_id, :date_from, :date_to, :unit_amount, :quantity, :amount, :pricing_model, :is_taxed, :tax_amount, :tax_rate, :discount_amount, :item_level_discount_amount, :description, :entity_type, :tax_exempt_reason, :entity_id + attr_accessor :id, :subscription_id, :date_from, :date_to, :unit_amount, :quantity, :amount, :pricing_model, :is_taxed, :tax_amount, :tax_rate, :discount_amount, :item_level_discount_amount, :description, :entity_type, :tax_exempt_reason, :entity_id, :customer_id end class Discount < Model attr_accessor :amount, :description, :entity_type, :entity_id end \ No newline at end of file