13 lines
		
	
	
		
			316 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			316 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'rate'                  => 'Rate',
 | |
|     'rate_percent'          => 'Rate (%)',
 | |
|     'normal'                => 'Normal',
 | |
|     'inclusive'             => 'Inclusive',
 | |
|     'compound'              => 'Compound',
 | |
|     'fixed'                 => 'Fixed',
 | |
|     'withholding'           => 'Withholding',
 | |
| ];
 |