class Veritrans::Tercerog::Mdk::FraudDetectionV2CustomerDto

不正検知V2顧客情報Dtoクラス

@author

VeriTrans Inc.

Public Instance Methods

birth_date() click to toggle source

生年月日を取得する

@return

生年月日

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

生年月日を設定する

@param

#birth_date 生年月日

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 128
def birth_date=(birth_date)
  @birth_date = birth_date
end
browser_fingerprint() click to toggle source

デバイス情報を取得する

@return

デバイス情報

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

デバイス情報を設定する

@param

#browser_fingerprint デバイス情報

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 230
def browser_fingerprint=(browser_fingerprint)
  @browser_fingerprint = browser_fingerprint
end
company_name() click to toggle source

会社名を取得する

@return

会社名

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

会社名を設定する

@param

#company_name 会社名

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 196
def company_name=(company_name)
  @company_name = company_name
end
email() click to toggle source

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

@return

メールアドレス

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

メールアドレスを設定する

@param

email メールアドレス

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 179
def email=(email)
  @email = email
end
given_name() click to toggle source

名前を取得する

@return

名前

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

名前を設定する

@param

#given_name 名前

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 43
def given_name=(given_name)
  @given_name = given_name
end
identification_doc_id() click to toggle source

政府発行IDを取得する

@return

政府発行ID

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

政府発行IDを設定する

@param

#identification_doc_id 政府発行ID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 247
def identification_doc_id=(identification_doc_id)
  @identification_doc_id = identification_doc_id
end
ip() click to toggle source

IPアドレスを取得する

@return

IPアドレス

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

IPアドレスを設定する

@param

ip IPアドレス

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 213
def ip=(ip)
  @ip = ip
end
merchant_customer_id() click to toggle source

ユーザIDを取得する

@return

ユーザID

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

ユーザIDを設定する

@param

#merchant_customer_id ユーザID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 26
def merchant_customer_id=(merchant_customer_id)
  @merchant_customer_id = merchant_customer_id
end
middle_name() click to toggle source

ミドルネームを取得する

@return

ミドルネーム

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

ミドルネームを設定する

@param

#middle_name ミドルネーム

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 60
def middle_name=(middle_name)
  @middle_name = middle_name
end
mobile() click to toggle source

モバイル電話番号を取得する

@return

モバイル電話番号

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

モバイル電話番号を設定する

@param

mobile モバイル電話番号

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 162
def mobile=(mobile)
  @mobile = mobile
end
phone() click to toggle source

電話番号を取得する

@return

電話番号

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

電話番号を設定する

@param

phone 電話番号

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 145
def phone=(phone)
  @phone = phone
end
sex() click to toggle source

性別を取得する

@return

性別

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

性別を設定する

@param

sex 性別

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 94
def sex=(sex)
  @sex = sex
end
status() click to toggle source

リピータフラグを取得する

@return

リピータフラグ

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

リピータフラグを設定する

@param

status リピータフラグ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 264
def status=(status)
  @status = status
end
surname() click to toggle source

苗字を取得する

@return

苗字

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

苗字を設定する

@param

surname 苗字

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 77
def surname=(surname)
  @surname = surname
end
work_phone() click to toggle source

電話番号2を取得する

@return

電話番号2

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

電話番号2を設定する

@param

#work_phone 電話番号2

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_customer_dto.rb, line 111
def work_phone=(work_phone)
  @work_phone = work_phone
end