mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export default {
 | |
|   name: '',
 | |
|   tax_type_id: 0,
 | |
|   type: 'GENERAL',
 | |
|   amount: null,
 | |
|   percent: null,
 | |
|   compound_tax: false,
 | |
| }
 |