Files
docker_dev/crater/resources/scripts/admin/stub/tax.js
2025-09-20 16:11:47 +02:00

9 lines
124 B
JavaScript

export default {
name: '',
tax_type_id: 0,
type: 'GENERAL',
amount: null,
percent: null,
compound_tax: false,
}