Rtoaster
core
/
jp.co.brainpad.rtoaster.core.data
/
PurchasingValues
/
PurchasingItem
Purchasing
Item
data
class
PurchasingItem
constructor
(
val
itemCode
:
ItemCode
,
val
price
:
Double
?
=
null
,
val
quantity
:
Int
?
=
null
)
アイテム情報
Constructors
Properties
Parameters
Throws
Parameters
item
Code
アイテムコード
price
単価
quantity
数量
Throws
Rtoaster
Illegal
Parameter
Exception
itemCodeが空または空白の場合またはpriceまたはquantityが負数の場合にスローされる
Constructors
Purchasing
Item
Link copied to clipboard
fun
PurchasingItem
(
itemCode
:
ItemCode
,
price
:
Double
?
=
null
,
quantity
:
Int
?
=
null
)
Properties
item
Code
Link copied to clipboard
val
itemCode
:
ItemCode
アイテムコード
price
Link copied to clipboard
val
price
:
Double
?
=
null
単価
quantity
Link copied to clipboard
val
quantity
:
Int
?
=
null
数量