class Veritrans::Tercerog::Mdk::FraudDetectionV2AirlineDto

不正検知V2航空券情報Dtoクラス

@author

VeriTrans Inc.

Public Instance Methods

agent_code() click to toggle source

代理店コードを取得する

@return

代理店コード

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

代理店名を取得する

@return

代理店名

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

予約番号を取得する

@return

予約番号

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

予約種別を取得する

@return

予約種別

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

搭乗者情報を取得する

@return

搭乗者情報

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

搭乗者情報を設定する

@param

passengers 搭乗者情報

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_airline_dto.rb, line 213
def passengers=(passengers)
  @passengers = passengers
end
third_party_booking() click to toggle source

第三者による予約を取得する

@return

第三者による予約

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

チケット配送方法を取得する

@return

チケット配送方法

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

チケット発行住所を取得する

@return

チケット発行住所

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

チケット発行日を取得する

@return

チケット発行日

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

運賃合計を取得する

@return

運賃合計

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

手数料合計を取得する

@return

手数料合計

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

税合計を取得する

@return

税合計

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

税合計を設定する

@param

#total_tax_amount 税合計

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_v2_airline_dto.rb, line 162
def total_tax_amount=(total_tax_amount)
  @total_tax_amount = total_tax_amount
end