Rtoaster
core
/
jp.co.brainpad.rtoaster.core.data
/
RecommendationValues
/
PriceRange
Price
Range
data
class
PriceRange
constructor
(
val
from
:
Double
?
=
null
,
val
to
:
Double
?
=
null
)
価格の幅を収納するためのデータクラス
Constructors
Properties
Parameters
Throws
Parameters
from
価格下限
to
価格上限
Throws
Rtoaster
Illegal
Parameter
Exception
設定値が0未満の場合、下限値が上限値を下回る場合、下限と上限いずれも未指定の場合にスローされる
Constructors
Price
Range
Link copied to clipboard
fun
PriceRange
(
from
:
Double
?
=
null
,
to
:
Double
?
=
null
)
Properties
from
Link copied to clipboard
val
from
:
Double
?
=
null
価格下限
to
Link copied to clipboard
val
to
:
Double
?
=
null
価格上限