identification card 
        
    
            
        
| Vars | |
| available_logos | List of logos available for holopay customization - via font awesome 5 | 
|---|---|
| holopay_fee | Replaces the "pay whatever" functionality with a set amount when non-zero. | 
| holopay_logo | The holopay icon chosen by the user | 
| holopay_max_fee | Maximum forced fee. It's unlikely for a user to encounter this type of money, much less pay it willingly. | 
| holopay_min_fee | Minimum forced fee for holopay stations. Registers as "pay what you want." | 
| holopay_name | The holopay name chosen by the user | 
| my_store | Linked holopay. | 
| Procs | |
| set_holopay_fee | Setter for changing the force fee on a holopay. | 
| set_holopay_logo | Setter for the shop logo on linked holopays | 
| set_holopay_name | Setter for changing the holopay name. | 
Var Details
available_logos
            
        
    
            
        
        List of logos available for holopay customization - via font awesome 5
holopay_fee
            
        
    
            
        
        Replaces the "pay whatever" functionality with a set amount when non-zero.
holopay_logo
            
        
    
            
        
        The holopay icon chosen by the user
holopay_max_fee
            
        
    
            
        
        Maximum forced fee. It's unlikely for a user to encounter this type of money, much less pay it willingly.
holopay_min_fee
            
        
    
            
        
        Minimum forced fee for holopay stations. Registers as "pay what you want."
holopay_name
            
        
    
            
        
        The holopay name chosen by the user
my_store
            
        
    
            
        
        Linked holopay.
Proc Details
set_holopay_fee
Setter for changing the force fee on a holopay.
Arguments:
- new_fee - The new fee to be set.
set_holopay_logo
Setter for the shop logo on linked holopays
Arguments:
- new_logo - The new logo to be set.
set_holopay_name
Setter for changing the holopay name.
Arguments:
- new_name - The new name to be set.