RubyEveesiClient::GetCharactersCharacterIdWalletTransactions200Ok Properties Name Type Description Notes client_id Integer client_id integer date Time Date and time of transaction is_buy Boolean is_buy boolean is_personal Boolean is_personal boolean journal_ref_id Integer journal_ref_id integer location_id Integer location_id integer quantity Integer quantity integer transaction_id Integer Unique transaction ID type_id Integer type_id integer unit_price Float Amount paid per unit Example require 'ruby_eveesi_client' instance = RubyEveesiClient::GetCharactersCharacterIdWalletTransactions200Ok.new( client_id: null, date: null, is_buy: null, is_personal: null, journal_ref_id: null, location_id: null, quantity: null, transaction_id: null, type_id: null, unit_price: null )