Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ShippingProfile ¶
type ShippingProfile struct {
mixin.Model[ShippingProfile]
Name string `json:"name"`
Type string `json:"type"` // "default", "gift_card", "custom"
Metadata Map `json:"metadata,omitempty" datastore:"-" orm:"default:{}"`
Metadata_ string `json:"-" datastore:",noindex"`
}
func New ¶
func New(db *datastore.Datastore) *ShippingProfile
Click to show internal directories.
Click to hide internal directories.