class Veritrans::Tercerog::Mdk::FraudDetectionV2CustomerDto
不正検知V2顧客情報Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
birth_date()
click to toggle source
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
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
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
email=(email)
click to toggle source
given_name()
click to toggle source
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
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=(ip)
click to toggle source
merchant_customer_id()
click to toggle source
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
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
mobile=(mobile)
click to toggle source
phone()
click to toggle source
phone=(phone)
click to toggle source
sex()
click to toggle source
sex=(sex)
click to toggle source
status()
click to toggle source
status=(status)
click to toggle source
surname()
click to toggle source
surname=(surname)
click to toggle source
work_phone()
click to toggle source
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