class Veritrans::Tercerog::Mdk::FraudDetectionV2ItemDto
不正検知V2商品情報Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
description()
click to toggle source
description=(description)
click to toggle source
discount()
click to toggle source
discount=(discount)
click to toggle source
gift_message()
click to toggle source
gift_message=(gift_message)
click to toggle source
ギフトメッセージを設定する¶ ↑
- @param
-
#gift_message ギフトメッセージ
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 196 def gift_message=(gift_message) @gift_message = gift_message end
merchant_item_id()
click to toggle source
merchant_item_id=(merchant_item_id)
click to toggle source
商品IDを設定する¶ ↑
- @param
-
#merchant_item_id 商品ID
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 94 def merchant_item_id=(merchant_item_id) @merchant_item_id = merchant_item_id end
name()
click to toggle source
name=(name)
click to toggle source
original_price()
click to toggle source
original_price=(original_price)
click to toggle source
商品単価を設定する¶ ↑
- @param
-
#original_price 商品単価
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 128 def original_price=(original_price) @original_price = original_price end
part_number()
click to toggle source
part_number=(part_number)
click to toggle source
EAN/JANコードを設定する¶ ↑
- @param
-
#part_number EAN/JANコード
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 43 def part_number=(part_number) @part_number = part_number end
product_code()
click to toggle source
product_code=(product_code)
click to toggle source
商品コードを設定する¶ ↑
- @param
-
#product_code 商品コード
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 60 def product_code=(product_code) @product_code = product_code end
quantity()
click to toggle source
quantity=(quantity)
click to toggle source
recipient_address()
click to toggle source
recipient_address=(recipient_address)
click to toggle source
発送先住所2を設定する¶ ↑
- @param
-
#recipient_address 発送先住所2
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 264 def recipient_address=(recipient_address) @recipient_address = recipient_address end
recipient_apartment()
click to toggle source
recipient_apartment=(recipient_apartment)
click to toggle source
発送先マンション・アパート及び部屋番号を設定する¶ ↑
- @param
-
#recipient_apartment 発送先マンション・アパート及び部屋番号
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 281 def recipient_apartment=(recipient_apartment) @recipient_apartment = recipient_apartment end
recipient_city()
click to toggle source
recipient_city=(recipient_city)
click to toggle source
発送先都道府県を設定する¶ ↑
- @param
-
#recipient_city 発送先都道府県
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 298 def recipient_city=(recipient_city) @recipient_city = recipient_city end
recipient_country()
click to toggle source
recipient_country=(recipient_country)
click to toggle source
発送先国を設定する¶ ↑
- @param
-
#recipient_country 発送先国
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 315 def recipient_country=(recipient_country) @recipient_country = recipient_country end
recipient_email()
click to toggle source
recipient_email=(recipient_email)
click to toggle source
発送先メールアドレスを設定する¶ ↑
- @param
-
#recipient_email 発送先メールアドレス
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 332 def recipient_email=(recipient_email) @recipient_email = recipient_email end
recipient_first_name()
click to toggle source
recipient_first_name=(recipient_first_name)
click to toggle source
発送先名前を設定する¶ ↑
- @param
-
#recipient_first_name 発送先名前
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 349 def recipient_first_name=(recipient_first_name) @recipient_first_name = recipient_first_name end
recipient_last_name()
click to toggle source
recipient_last_name=(recipient_last_name)
click to toggle source
発送先苗字を設定する¶ ↑
- @param
-
#recipient_last_name 発送先苗字
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 366 def recipient_last_name=(recipient_last_name) @recipient_last_name = recipient_last_name end
recipient_middle_name()
click to toggle source
recipient_middle_name=(recipient_middle_name)
click to toggle source
発送先ミドルネームを設定する¶ ↑
- @param
-
#recipient_middle_name 発送先ミドルネーム
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 383 def recipient_middle_name=(recipient_middle_name) @recipient_middle_name = recipient_middle_name end
recipient_phone()
click to toggle source
recipient_phone=(recipient_phone)
click to toggle source
発送先電話番号を設定する¶ ↑
- @param
-
#recipient_phone 発送先電話番号
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 400 def recipient_phone=(recipient_phone) @recipient_phone = recipient_phone end
recipient_postcode()
click to toggle source
recipient_postcode=(recipient_postcode)
click to toggle source
発送先郵便番号を設定する¶ ↑
- @param
-
#recipient_postcode 発送先郵便番号
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 417 def recipient_postcode=(recipient_postcode) @recipient_postcode = recipient_postcode end
recipient_salutation()
click to toggle source
recipient_salutation=(recipient_salutation)
click to toggle source
発送先敬称を設定する¶ ↑
- @param
-
#recipient_salutation 発送先敬称
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 434 def recipient_salutation=(recipient_salutation) @recipient_salutation = recipient_salutation end
recipient_state()
click to toggle source
recipient_state=(recipient_state)
click to toggle source
発送先州を設定する¶ ↑
- @param
-
#recipient_state 発送先州
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 451 def recipient_state=(recipient_state) @recipient_state = recipient_state end
recipient_street()
click to toggle source
recipient_street=(recipient_street)
click to toggle source
発送先住所1を設定する¶ ↑
- @param
-
#recipient_street 発送先住所1
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 468 def recipient_street=(recipient_street) @recipient_street = recipient_street end
shipping_instructions()
click to toggle source
shipping_instructions=(shipping_instructions)
click to toggle source
shipping_method()
click to toggle source
shipping_method=(shipping_method)
click to toggle source
発送商品の送付オプションを設定する¶ ↑
- @param
-
#shipping_method 発送商品の送付オプション
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 230 def shipping_method=(shipping_method) @shipping_method = shipping_method end
shipping_tracking_number()
click to toggle source
shipping_tracking_number=(shipping_tracking_number)
click to toggle source
発送商品のトラッキング番号を設定する¶ ↑
- @param
-
#shipping_tracking_number 発送商品のトラッキング番号
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 145 def shipping_tracking_number=(shipping_tracking_number) @shipping_tracking_number = shipping_tracking_number end
sku()
click to toggle source
sku=(sku)
click to toggle source
type()
click to toggle source