pricerule

package
v1.34.0 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2026 License: MIT Imports: 2 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

	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) Defaults

func (p *PriceRule) Defaults()

func (*PriceRule) Init

func (p *PriceRule) Init(db *datastore.Datastore)

func (PriceRule) Kind

func (p PriceRule) Kind() string

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