class Veritrans::Tercerog::Mdk::FraudDetectionV2AirlineDto
不正検知V2航空券情報Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
agent_code()
click to toggle source
agent_code=(agent_code)
click to toggle source
代理店コードを設定する¶ ↑
- @param
-
#agent_code 代理店コード
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_airline_dto.rb, line 43 def agent_code=(agent_code) @agent_code = agent_code end
agent_name()
click to toggle source
agent_name=(agent_name)
click to toggle source
代理店名を設定する¶ ↑
- @param
-
#agent_name 代理店名
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_airline_dto.rb, line 60 def agent_name=(agent_name) @agent_name = agent_name end
booking_ref_num()
click to toggle source
booking_ref_num=(booking_ref_num)
click to toggle source
予約番号を設定する¶ ↑
- @param
-
#booking_ref_num 予約番号
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_airline_dto.rb, line 94 def booking_ref_num=(booking_ref_num) @booking_ref_num = booking_ref_num end
booking_type()
click to toggle source
booking_type=(booking_type)
click to toggle source
予約種別を設定する¶ ↑
- @param
-
#booking_type 予約種別
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_airline_dto.rb, line 77 def booking_type=(booking_type) @booking_type = booking_type end
passengers()
click to toggle source
passengers=(passengers)
click to toggle source
third_party_booking()
click to toggle source
third_party_booking=(third_party_booking)
click to toggle source
第三者による予約を設定する¶ ↑
- @param
-
#third_party_booking 第三者による予約
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_airline_dto.rb, line 26 def third_party_booking=(third_party_booking) @third_party_booking = third_party_booking end
ticket_delivery_method()
click to toggle source
ticket_delivery_method=(ticket_delivery_method)
click to toggle source
チケット配送方法を設定する¶ ↑
- @param
-
#ticket_delivery_method チケット配送方法
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_airline_dto.rb, line 111 def ticket_delivery_method=(ticket_delivery_method) @ticket_delivery_method = ticket_delivery_method end
ticket_issue_address()
click to toggle source
ticket_issue_address=(ticket_issue_address)
click to toggle source
チケット発行住所を設定する¶ ↑
- @param
-
#ticket_issue_address チケット発行住所
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_airline_dto.rb, line 128 def ticket_issue_address=(ticket_issue_address) @ticket_issue_address = ticket_issue_address end
ticket_issue_date()
click to toggle source
ticket_issue_date=(ticket_issue_date)
click to toggle source
チケット発行日を設定する¶ ↑
- @param
-
#ticket_issue_date チケット発行日
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_airline_dto.rb, line 145 def ticket_issue_date=(ticket_issue_date) @ticket_issue_date = ticket_issue_date end
total_fare_amount()
click to toggle source
total_fare_amount=(total_fare_amount)
click to toggle source
運賃合計を設定する¶ ↑
- @param
-
#total_fare_amount 運賃合計
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_airline_dto.rb, line 179 def total_fare_amount=(total_fare_amount) @total_fare_amount = total_fare_amount end
total_fees_amount()
click to toggle source
total_fees_amount=(total_fees_amount)
click to toggle source
手数料合計を設定する¶ ↑
- @param
-
#total_fees_amount 手数料合計
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_airline_dto.rb, line 196 def total_fees_amount=(total_fees_amount) @total_fees_amount = total_fees_amount end
total_tax_amount()
click to toggle source