Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Price ¶
type Price struct {
mixin.Model
PriceSetId string `json:"priceSetId"`
CurrencyCode string `json:"currencyCode"`
Amount currency.Cents `json:"amount"`
MinQuantity int `json:"minQuantity"`
MaxQuantity int `json:"maxQuantity"`
PriceListId string `json:"priceListId"`
Metadata Map `json:"metadata,omitempty" datastore:"-"`
Metadata_ string `json:"-" datastore:",noindex"`
}
Click to show internal directories.
Click to hide internal directories.