Note Complex Type
ROA = Required on Add, ROU = Required on Update, Click Column Header to Sort Column
Name Type ROA ROU Read Only Basic Comments Special Comments
type int     Yes Set to 1 when journal entry is retrieved from eTapestry  
accountRef string Yes   Yes    
accountName string     Yes    
ref string   Yes Yes    
final boolean         SC1
immutable boolean     Yes   SC2
date date   Yes      
note string Yes Yes      
definedValues DefinedValue array          
attachments Attachment array     Yes   SC3

Special Comments
SC1) The field final indicates whether the transaction can be updated by non admin users.  A true value means it cannot be updated by non admin users.
SC2) Notes marked with an immutable value of true cannot be update via the method updateNote.  If attempted, soap fault 113 will occur.
SC3) Journal entries retrieved from eTapestry will contain all attachment data except the fileContent.  This is done for efficiency purposes.