Created
This commit is contained in:
7
entity/tax_class.go
Normal file
7
entity/tax_class.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package entity
|
||||
|
||||
// TaxClass tax class properties
|
||||
type TaxClass struct {
|
||||
Slug string `json:"slug"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
Reference in New Issue
Block a user