ItemInterface
Table of Contents
isProduct() | 商品明細かどうか. | bool |
---|---|---|
isDeliveryFee() | 送料明細かどうか. | bool |
isCharge() | 手数料明細かどうか. | bool |
isDiscount() | 値引き明細かどうか. | bool |
isPoint() | ポイント明細かどうか. | bool |
isTax() | 税額明細かどうか. | bool |
getOrderItemType() | mixed | |
getProductClass() | ProductClass | |
getPrice() | mixed | |
getQuantity() | mixed | |
setQuantity() | mixed |
Methods
isProduct()
商品明細かどうか.
public
isProduct(
)
: bool
Return values
bool —商品明細の場合 true
isDeliveryFee()
送料明細かどうか.
public
isDeliveryFee(
)
: bool
Return values
bool —送料明細の場合 true
isCharge()
手数料明細かどうか.
public
isCharge(
)
: bool
Return values
bool —手数料明細の場合 true
isDiscount()
値引き明細かどうか.
public
isDiscount(
)
: bool
Return values
bool —値引き明細の場合 true
isPoint()
ポイント明細かどうか.
public
isPoint(
)
: bool
Return values
bool —ポイント明細の場合 true
isTax()
税額明細かどうか.
public
isTax(
)
: bool
Return values
bool —税額明細の場合 true
getOrderItemType()
public
getOrderItemType(
)
: mixed
Return values
mixedgetProductClass()
public
getProductClass(
)
: ProductClass
Return values
ProductClassgetPrice()
public
getPrice(
)
: mixed
Return values
mixedgetQuantity()
public
getQuantity(
)
: mixed
Return values
mixedsetQuantity()
public
setQuantity(
$quantity :
mixed
)
: mixed
Parameters
- $quantity : mixed