lib/xeroizer/models/from_bank_account.rb in xeroizer-2.18.1 vs lib/xeroizer/models/from_bank_account.rb in xeroizer-2.19.0

- old
+ new

@@ -5,8 +5,9 @@ end class FromBankAccount < Base guid :account_id string :code + string :name end end end