Order Flow Payment Draft
This commit is contained in:
@@ -9,9 +9,12 @@ import (
|
||||
type PricedItemITF interface {
|
||||
GetID() string
|
||||
GetType() tools.DataType
|
||||
IsPurchased(request *tools.APIRequest) bool
|
||||
IsPurchased() bool
|
||||
GetCreatorID() string
|
||||
GetLocationStart() *time.Time
|
||||
SetLocationStart(start time.Time)
|
||||
SetLocationEnd(end time.Time)
|
||||
GetLocationEnd() *time.Time
|
||||
GetPrice(request *tools.APIRequest) (float64, error)
|
||||
GetExplicitDurationInS() float64
|
||||
GetPrice() (float64, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user