/datum/station_request
        
    
            
        
A combined all in one datum that stores everything about the request, the requester's account, as well as the requestee's account All of this is passed to the Request Console UI in order to present in organized way.
| Vars | |
| applicants | the account of the request fulfiller. | 
|---|---|
| description | Text description of the request to be shown within the UI. | 
| owner | Name of the Request Owner. | 
| owner_account | The account of the request owner. | 
| req_number | Internal number of the request for organizing. Id card number. | 
| value | Value of the request. | 
Var Details
applicants
            
        
    
            
        
        the account of the request fulfiller.
description
            
        
    
            
        
        Text description of the request to be shown within the UI.
owner
            
        
    
            
        
        Name of the Request Owner.
owner_account
            
        
    
            
        
        The account of the request owner.
req_number
            
        
    
            
        
        Internal number of the request for organizing. Id card number.
value
            
        
    
            
        
        Value of the request.