Class Reve::Classes::WalletJournal
In: lib/reve/classes.rb
Parent: Object

Corporation or Character WalletJournal for Reve::API#personal_wallet_journal and Reve::API#corporate_wallet_journal Attributes:

  • date ( Time ) - Time the action occured
  • ref_id ( Integer ) - Reference ID for this action (used with stepping through Journal Entries)
  • reftype_id ( Integer ) - RefType id
  • owner_name1 ( String ) - Name of the Player/Corporation/whatever that did something to owner_name2
  • owner_name2 ( String ) - Recipient of this action (from owner_name1)
  • owner_id1 ( Integer ) - ID of the Owner‘s whatever (Player/Corporation/Faction/Whatever)
  • owner_id2 ( Integer ) - ID of the recpient (Player/Corporation/Faction/Whatever)
  • arg_name1 ( String ) - For bounty, what caused this. (May be blank)
  • arg_id1 ( Integer ) - ID of arg_name1
  • amount ( Float ) - Wallet delta
  • balance ( Float ) - New wallet balance after this action
  • reason ( String ) - Any reason for the action. May be blank (useful in giving ISK)

External Aliases

ref_id -> id

Attributes

amount  [R] 
arg_id1  [R] 
arg_name1  [R] 
balance  [R] 
date  [R] 
owner_id1  [R] 
owner_id2  [R] 
owner_name1  [R] 
owner_name2  [R] 
reason  [R] 
ref_id  [R] 
reftype_id  [R] 

[Validate]