class Veritrans::Tercerog::Mdk::FraudDetectionV2ItemDto

不正検知V2商品情報Dtoクラス

@author

VeriTrans Inc.

Public Instance Methods

description() click to toggle source

商品カテゴリーを取得する

@return

商品カテゴリー

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 102
def description
  @description = nil unless instance_variable_defined?(:@description)
  @description
end
description=(description) click to toggle source

商品カテゴリーを設定する

@param

description 商品カテゴリー

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 111
def description=(description)
  @description = description
end
discount() click to toggle source

割引金額を取得する

@return

割引金額

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 170
def discount
  @discount = nil unless instance_variable_defined?(:@discount)
  @discount
end
discount=(discount) click to toggle source

割引金額を設定する

@param

discount 割引金額

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 179
def discount=(discount)
  @discount = discount
end
gift_message() click to toggle source

ギフトメッセージを取得する

@return

ギフトメッセージ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 187
def gift_message
  @gift_message = nil unless instance_variable_defined?(:@gift_message)
  @gift_message
end
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

商品IDを取得する

@return

商品ID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 85
def merchant_item_id
  @merchant_item_id = nil unless instance_variable_defined?(:@merchant_item_id)
  @merchant_item_id
end
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

商品名を取得する

@return

商品名

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 153
def name
  @name = nil unless instance_variable_defined?(:@name)
  @name
end
name=(name) click to toggle source

商品名を設定する

@param

name 商品名

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 162
def name=(name)
  @name = name
end
original_price() click to toggle source

商品単価を取得する

@return

商品単価

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 119
def original_price
  @original_price = nil unless instance_variable_defined?(:@original_price)
  @original_price
end
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

EAN/JANコードを取得する

@return

EAN/JANコード

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 34
def part_number
  @part_number = nil unless instance_variable_defined?(:@part_number)
  @part_number
end
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

商品コードを取得する

@return

商品コード

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 51
def product_code
  @product_code = nil unless instance_variable_defined?(:@product_code)
  @product_code
end
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

数量を取得する

@return

数量

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 17
def quantity
  @quantity = nil unless instance_variable_defined?(:@quantity)
  @quantity
end
quantity=(quantity) click to toggle source

数量を設定する

@param

quantity 数量

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 26
def quantity=(quantity)
  @quantity = quantity
end
recipient_address() click to toggle source

発送先住所2を取得する

@return

発送先住所2

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 255
def recipient_address
  @recipient_address = nil unless instance_variable_defined?(:@recipient_address)
  @recipient_address
end
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

発送先マンション・アパート及び部屋番号を取得する

@return

発送先マンション・アパート及び部屋番号

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 272
def recipient_apartment
  @recipient_apartment = nil unless instance_variable_defined?(:@recipient_apartment)
  @recipient_apartment
end
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

発送先都道府県を取得する

@return

発送先都道府県

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 289
def recipient_city
  @recipient_city = nil unless instance_variable_defined?(:@recipient_city)
  @recipient_city
end
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

発送先国を取得する

@return

発送先国

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 306
def recipient_country
  @recipient_country = nil unless instance_variable_defined?(:@recipient_country)
  @recipient_country
end
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

発送先メールアドレスを取得する

@return

発送先メールアドレス

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 323
def recipient_email
  @recipient_email = nil unless instance_variable_defined?(:@recipient_email)
  @recipient_email
end
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

発送先名前を取得する

@return

発送先名前

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 340
def recipient_first_name
  @recipient_first_name = nil unless instance_variable_defined?(:@recipient_first_name)
  @recipient_first_name
end
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

発送先苗字を取得する

@return

発送先苗字

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 357
def recipient_last_name
  @recipient_last_name = nil unless instance_variable_defined?(:@recipient_last_name)
  @recipient_last_name
end
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

発送先ミドルネームを取得する

@return

発送先ミドルネーム

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 374
def recipient_middle_name
  @recipient_middle_name = nil unless instance_variable_defined?(:@recipient_middle_name)
  @recipient_middle_name
end
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

発送先電話番号を取得する

@return

発送先電話番号

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 391
def recipient_phone
  @recipient_phone = nil unless instance_variable_defined?(:@recipient_phone)
  @recipient_phone
end
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

発送先郵便番号を取得する

@return

発送先郵便番号

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 408
def recipient_postcode
  @recipient_postcode = nil unless instance_variable_defined?(:@recipient_postcode)
  @recipient_postcode
end
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

発送先敬称を取得する

@return

発送先敬称

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 425
def recipient_salutation
  @recipient_salutation = nil unless instance_variable_defined?(:@recipient_salutation)
  @recipient_salutation
end
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

発送先州を取得する

@return

発送先州

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 442
def recipient_state
  @recipient_state = nil unless instance_variable_defined?(:@recipient_state)
  @recipient_state
end
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

発送先住所1を取得する

@return

発送先住所1

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 459
def recipient_street
  @recipient_street = nil unless instance_variable_defined?(:@recipient_street)
  @recipient_street
end
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

商品説明を取得する

@return

商品説明

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 204
def shipping_instructions
  @shipping_instructions = nil unless instance_variable_defined?(:@shipping_instructions)
  @shipping_instructions
end
shipping_instructions=(shipping_instructions) click to toggle source

商品説明を設定する

@param

#shipping_instructions 商品説明

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 213
def shipping_instructions=(shipping_instructions)
  @shipping_instructions = shipping_instructions
end
shipping_method() click to toggle source

発送商品の送付オプションを取得する

@return

発送商品の送付オプション

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 221
def shipping_method
  @shipping_method = nil unless instance_variable_defined?(:@shipping_method)
  @shipping_method
end
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

発送商品のトラッキング番号を取得する

@return

発送商品のトラッキング番号

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 136
def shipping_tracking_number
  @shipping_tracking_number = nil unless instance_variable_defined?(:@shipping_tracking_number)
  @shipping_tracking_number
end
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を取得する

@return

SKU

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 68
def sku
  @sku = nil unless instance_variable_defined?(:@sku)
  @sku
end
sku=(sku) click to toggle source

SKUを設定する

@param

sku SKU

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 77
def sku=(sku)
  @sku = sku
end
type() click to toggle source

商品タイプを取得する

@return

商品タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 238
def type
  @type = nil unless instance_variable_defined?(:@type)
  @type
end
type=(type) click to toggle source

商品タイプを設定する

@param

type 商品タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_item_dto.rb, line 247
def type=(type)
  @type = type
end