priced.GetInstanceID()

This commit is contained in:
mr
2026-02-23 15:22:48 +01:00
parent 5d32b4646a
commit b08bbf51dd
3 changed files with 7 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import (
type PricedItemITF interface {
GetID() string
GetInstanceID() string
GetType() tools.DataType
IsPurchasable() bool
IsBooked() bool