class Veritrans::Tercerog::Mdk::FraudDetectionShipmentDto
不正検知配送情報Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
comment()
click to toggle source
comment=(comment)
click to toggle source
cost()
click to toggle source
cost=(cost)
click to toggle source
insured()
click to toggle source
insured=(insured)
click to toggle source
line_items()
click to toggle source
line_items=(line_items)
click to toggle source
商品詳細情報を設定する¶ ↑
商品詳細情報。 lineItems オブジェクトrefId を設定してください。
- @param
-
#line_items 商品詳細情報
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_shipment_dto.rb, line 183 def line_items=(line_items) @line_items = line_items end
method()
click to toggle source
method=(method)
click to toggle source
出荷方法を設定する¶ ↑
出荷方法を設定してください。 選択肢は「DIGITAL,GROUND,IN_STORE,OVERNIGHT,SAME_DAY,2ND_DAY,3RD_DAY,LOW_COST,DESIGNATED,INTERNATIONAL,OTHER」の何れかになります。 DIGITAL:デジタルコンテンツ GROUND:通常発送 IN_STORE:店舗受取 OVERNIGHT:夜間発送 SAME_DAY:当日発送 2ND_DAY:2 日発送 3RD_DAY:3 日発送 LOW_COST:低料金発送 DESIGNATED:指定日発送 INTERNATIONAL:海外発送 OTHER:上記以外
- @param
-
method 出荷方法
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_shipment_dto.rb, line 110 def method=(method) @method = method end
recipient()
click to toggle source
recipient=(recipient)
click to toggle source
scheduled_ship_time()
click to toggle source
scheduled_ship_time=(scheduled_ship_time)
click to toggle source
発送日時を設定する¶ ↑
発送日時を“YYYY-MM-DDTHH:MM:SS.MsMsMsZ”で設定してください。
- @param
-
#scheduled_ship_time 発送日時
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_shipment_dto.rb, line 62 def scheduled_ship_time=(scheduled_ship_time) @scheduled_ship_time = scheduled_ship_time end
ship_type_cd()
click to toggle source
ship_type_cd=(ship_type_cd)
click to toggle source
Shipping Detail Present Flagを設定する¶ ↑
- @param
-
#ship_type_cd Shipping Detail Present Flag
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_shipment_dto.rb, line 44 def ship_type_cd=(ship_type_cd) @ship_type_cd = ship_type_cd end
tracking_number()
click to toggle source
tracking_number=(tracking_number)
click to toggle source
お問い合わせ番号を設定する¶ ↑
お問い合わせ番号を入力してください。
- @param
-
#tracking_number お問い合わせ番号
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_shipment_dto.rb, line 146 def tracking_number=(tracking_number) @tracking_number = tracking_number end