mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
export default {
|
|
name: '',
|
|
tax_type_id: 0,
|
|
amount: null,
|
|
percent: null,
|
|
compound_tax: false,
|
|
}
|