class Veritrans::Tercerog::Mdk::FraudDetectionContactDto
不正検知連絡先Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
birth_date()
click to toggle source
birth_date=(birth_date)
click to toggle source
生年月日を設定する¶ ↑
“YYYY-MM-DD”の形式で設定してください。
- @param
-
#birth_date 生年月日
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_contact_dto.rb, line 291 def birth_date=(birth_date) @birth_date = birth_date end
city()
click to toggle source
city=(city)
click to toggle source
company()
click to toggle source
company=(company)
click to toggle source
country_code()
click to toggle source
country_code=(country_code)
click to toggle source
国名コードを設定する¶ ↑
国名コード(ISO 3166-2:2007)を設定してください。
- @param
-
#country_code 国名コード
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_contact_dto.rb, line 273 def country_code=(country_code) @country_code = country_code end
email_address()
click to toggle source
email_address=(email_address)
click to toggle source
Eメールアドレスを設定する¶ ↑
メールアドレス
- @param
-
#email_address Eメールアドレス
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_contact_dto.rb, line 99 def email_address=(email_address) @email_address = email_address end
email_address_type()
click to toggle source
email_address_type=(email_address_type)
click to toggle source
Eメールアドレス分類を設定する¶ ↑
メールアドレスの分類。 「PERSONAL,WORK,UNKNOWN」の何れかを設定してください。 PERSONAL:個人用 WORK:仕事用 UNKNOWN:不明
- @param
-
#email_address_type Eメールアドレス分類
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_contact_dto.rb, line 121 def email_address_type=(email_address_type) @email_address_type = email_address_type end
first_name()
click to toggle source
first_name=(first_name)
click to toggle source
last_name()
click to toggle source
last_name=(last_name)
click to toggle source
mothers_maiden_name()
click to toggle source
mothers_maiden_name=(mothers_maiden_name)
click to toggle source
phone_number()
click to toggle source
phone_number=(phone_number)
click to toggle source
電話番号を設定する¶ ↑
電話番号をハイフンを除いた数字で設定してください。 ※addressで指定されたcountryCodeの国の電話番号として取り扱います。
- @param
-
#phone_number 電話番号
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_contact_dto.rb, line 140 def phone_number=(phone_number) @phone_number = phone_number end
phone_number_type()
click to toggle source
phone_number_type=(phone_number_type)
click to toggle source
電話番号分類を設定する¶ ↑
電話番号の分類。 「HOME,MOBILE,WORK,COMPANY,FAX,UNKNOWN」の何れかを設定してください。 HOME:自宅 MOBILE:モバイル WORK:仕事用 COMPANY:会社 FAX:ファックス UNKNOWN:不明
- @param
-
#phone_number_type 電話番号分類
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_contact_dto.rb, line 165 def phone_number_type=(phone_number_type) @phone_number_type = phone_number_type end
postal()
click to toggle source
postal=(postal)
click to toggle source
ref_id()
click to toggle source
ref_id=(ref_id)
click to toggle source
state_province_code()
click to toggle source
state_province_code=(state_province_code)
click to toggle source
都道府県略号を設定する¶ ↑
都道府県の略号(ISO 3166-2:2007)の英数字1~3桁を設定してください。
- @param
-
#state_province_code 都道府県略号
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_contact_dto.rb, line 255 def state_province_code=(state_province_code) @state_province_code = state_province_code end
street_line()
click to toggle source
street_line2()
click to toggle source
street_line2=(street_line2)
click to toggle source
住所2を設定する¶ ↑
住所2。住所1と合わせて住所情報となるよう設定してください。
- @param
-
#street_line2 住所2
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_contact_dto.rb, line 201 def street_line2=(street_line2) @street_line2 = street_line2 end
street_line=(street_line)
click to toggle source
住所1を設定する¶ ↑
住所1。住所2と合わせて住所情報となるよう設定してください。
- @param
-
#street_line 住所1
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_contact_dto.rb, line 183 def street_line=(street_line) @street_line = street_line end