lib/billimatic/entities/invoice_rule.rb in billimatic-client-0.16.0 vs lib/billimatic/entities/invoice_rule.rb in billimatic-client-0.17.0

- old
+ new

@@ -1,8 +1,9 @@ module Billimatic module Entities class InvoiceRule < Base attribute :id, Integer + attribute :contract_id, Integer attribute :gross_value, Decimal attribute :description, String attribute :nfe_body, String attribute :customer_id, Integer attribute :customer_type, String