mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -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,
|
|
}
|