add sets up
This commit is contained in:
@@ -6,7 +6,8 @@ import (
|
||||
|
||||
type PricingProfileITF interface {
|
||||
GetPrice(quantity float64, val float64, start time.Time, end time.Time, params ...string) (float64, error)
|
||||
IsPurchased() bool
|
||||
IsPurchasable() bool
|
||||
IsBooked() bool
|
||||
GetOverrideStrategyValue() int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user