mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-04 06:23:17 -05: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,
 | 
						|
}
 |