lib/xeroizer/models/credit_note.rb in xeroizer-2.16.1 vs lib/xeroizer/models/credit_note.rb in xeroizer-2.16.3

- old
+ new

@@ -58,10 +58,11 @@ datetime_utc :updated_date_utc, :api_name => 'UpdatedDateUTC' string :currency_code decimal :currency_rate datetime :fully_paid_on_date boolean :sent_to_contact - + decimal :remaining_credit + belongs_to :contact has_many :line_items has_many :allocations validates_inclusion_of :type, :in => CREDIT_NOTE_TYPES