reservation

package
v1.41.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IgnoreFieldMismatch = datastore.IgnoreFieldMismatch

Functions

func Query

Types

type ReservationItem

type ReservationItem struct {
	mixin.Model[ReservationItem]

	InventoryItemId string `json:"inventoryItemId"`
	LocationId      string `json:"locationId"`
	LineItemId      string `json:"lineItemId"`
	Quantity        int    `json:"quantity"`
	AllowBackorder  bool   `json:"allowBackorder"`
	Description     string `json:"description"`
	ExternalId      string `json:"externalId"`

	// Arbitrary key/value pairs
	Metadata  Map    `json:"metadata,omitempty" datastore:"-" orm:"default:{}"`
	Metadata_ string `json:"-" datastore:",noindex"`
}

func New

func (*ReservationItem) Load

func (r *ReservationItem) Load(ps []datastore.Property) (err error)

func (*ReservationItem) Save

func (r *ReservationItem) Save() ([]datastore.Property, error)

Jump to

Keyboard shortcuts

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