class Veritrans::Tercerog::Mdk::FraudDetectionLineItemDto
不正検知商品情報Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
brand()
click to toggle source
brand=(brand)
click to toggle source
category()
click to toggle source
category=(category)
click to toggle source
description()
click to toggle source
description=(description)
click to toggle source
ean_code()
click to toggle source
ean_code=(ean_code)
click to toggle source
name()
click to toggle source
name=(name)
click to toggle source
promo_code()
click to toggle source
promo_code=(promo_code)
click to toggle source
プロモーションコードを設定する¶ ↑
エンドユーザが購入時に使用したプロモーションコードを設定してください。
- @param
-
#promo_code プロモーションコード
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_line_item_dto.rb, line 117 def promo_code=(promo_code) @promo_code = promo_code end
quantity()
click to toggle source
quantity=(quantity)
click to toggle source
ref_id()
click to toggle source
ref_id=(ref_id)
click to toggle source
seller_id()
click to toggle source
seller_id=(seller_id)
click to toggle source
販売者IDを設定する¶ ↑
購入者が他の方に販売する際の販売者IDを設定してください。 amazonマーケットプレイスの出品者ID等。
- @param
-
#seller_id 販売者ID
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_line_item_dto.rb, line 172 def seller_id=(seller_id) @seller_id = seller_id end
sku()
click to toggle source
sku=(sku)
click to toggle source
total_amount()
click to toggle source
total_amount=(total_amount)
click to toggle source
商品合計額を設定する¶ ↑
商品の合計額を設定してください。
- @param
-
#total_amount 商品合計額
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_line_item_dto.rb, line 284 def total_amount=(total_amount) @total_amount = total_amount end
total_currency_code()
click to toggle source
total_currency_code=(total_currency_code)
click to toggle source
商品通貨コード(商品合計)を設定する¶ ↑
- @param
-
#total_currency_code 商品通貨コード(商品合計)
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_line_item_dto.rb, line 301 def total_currency_code=(total_currency_code) @total_currency_code = total_currency_code end
unit()
click to toggle source
unit=(unit)
click to toggle source
unit_amount()
click to toggle source
unit_amount=(unit_amount)
click to toggle source
商品単価を設定する¶ ↑
商品の単価を設定してください。
- @param
-
#unit_amount 商品単価
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_line_item_dto.rb, line 249 def unit_amount=(unit_amount) @unit_amount = unit_amount end
unit_currency_code()
click to toggle source
unit_currency_code=(unit_currency_code)
click to toggle source
商品通貨コード(商品単価)を設定する¶ ↑
- @param
-
#unit_currency_code 商品通貨コード(商品単価)
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_line_item_dto.rb, line 266 def unit_currency_code=(unit_currency_code) @unit_currency_code = unit_currency_code end
unit_weight()
click to toggle source
unit_weight=(unit_weight)
click to toggle source
商品重量を設定する¶ ↑
商品の重量を設定してください。
- @param
-
#unit_weight 商品重量
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_line_item_dto.rb, line 190 def unit_weight=(unit_weight) @unit_weight = unit_weight end