pricerule

package
v1.37.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Query

Types

type PriceRule

type PriceRule struct {
	mixin.Model[PriceRule]

	PriceId   string `json:"priceId"`
	Attribute string `json:"attribute"`
	Value     string `json:"value"`
	Operator  string `json:"operator"`
	Priority  int    `json:"priority"`
}

func New

func New(db *datastore.Datastore) *PriceRule

func (*PriceRule) Load

func (p *PriceRule) Load(ps []datastore.Property) (err error)

func (*PriceRule) Save

func (p *PriceRule) Save() ([]datastore.Property, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL