class Veritrans::Tercerog::Mdk::AlipayxSearchParameter

検索条件:alipayx検索パラメータクラス

@author

VeriTrans Inc.

Public Instance Methods

alipayx_service_type() click to toggle source

Alipay+サービスタイプを取得する

@return

Alipay+サービスタイプ

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

Alipay+サービスタイプを設定する

@param

#alipayx_service_type Alipay+サービスタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/alipayx_search_parameter.rb, line 60
def alipayx_service_type=(alipayx_service_type)
  @alipayx_service_type = alipayx_service_type
end
detail_command_type() click to toggle source

詳細コマンドタイプ名を取得する

@return

詳細コマンドタイプ名

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

詳細コマンドタイプ名を設定する

@param

#detail_command_type 詳細コマンドタイプ名

# File tgMdk/lib/tg_mdk/mdk_dto/alipayx_search_parameter.rb, line 43
def detail_command_type=(detail_command_type)
  @detail_command_type = detail_command_type
end
detail_order_type() click to toggle source

詳細オーダー決済状態を取得する

@return

詳細オーダー決済状態

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

詳細オーダー決済状態を設定する

@param

#detail_order_type 詳細オーダー決済状態

# File tgMdk/lib/tg_mdk/mdk_dto/alipayx_search_parameter.rb, line 26
def detail_order_type=(detail_order_type)
  @detail_order_type = detail_order_type
end