lib/xeroizer/models/credit_note.rb in xeroizer-2.15.8 vs lib/xeroizer/models/credit_note.rb in xeroizer-2.15.9
- old
+ new
@@ -55,9 +55,10 @@
decimal :sub_total, :calculated => true
decimal :total_tax, :calculated => true
decimal :total, :calculated => true
datetime_utc :updated_date_utc, :api_name => 'UpdatedDateUTC'
string :currency_code
+ decimal :currency_rate
datetime :fully_paid_on_date
boolean :sent_to_contact
belongs_to :contact
has_many :line_items