lib/xeroizer/models/credit_note.rb in xeroizer-0.2.2 vs lib/xeroizer/models/credit_note.rb in xeroizer-0.3.0

- old
+ new

@@ -56,9 +56,10 @@ decimal :total_tax, :calculated => true decimal :total, :calculated => true datetime :updated_date_utc, :api_name => 'UpdatedDateUTC' string :currency_code datetime :fully_paid_on_date + boolean :sent_to_contact belongs_to :contact has_many :line_items validates_inclusion_of :type, :in => CREDIT_NOTE_TYPES \ No newline at end of file