lib/xeroizer/models/payment.rb in xeroizer-2.15.8 vs lib/xeroizer/models/payment.rb in xeroizer-2.15.9
- old
+ new
@@ -18,9 +18,10 @@
decimal :currency_rate
string :payment_type
string :status
string :reference
datetime_utc :updated_date_utc, :api_name => 'UpdatedDateUTC'
+ boolean :is_reconciled
belongs_to :account
belongs_to :invoice
belongs_to :credit_note