Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TaxRate ¶
type TaxRate struct {
mixin.Model[TaxRate]
Rate float64 `json:"rate"`
Code string `json:"code"`
Name string `json:"name"`
IsDefault bool `json:"isDefault"`
IsCombinable bool `json:"isCombinable"`
TaxRegionId string `json:"taxRegionId"`
// Arbitrary key/value pairs associated with this tax rate
Metadata Map `json:"metadata,omitempty" datastore:"-" orm:"default:{}"`
Metadata_ string `json:"-" datastore:",noindex"`
}
Click to show internal directories.
Click to hide internal directories.