Class: VeriTrans::Request::CvsParameter

Inherits:
Object
  • Object
show all
Defined in:
lib/veri_trans/request/cvs_parameter.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCvsParameter

Returns a new instance of CvsParameter.



3
4
# File 'lib/veri_trans/request/cvs_parameter.rb', line 3

def initialize
end

Instance Attribute Details

#gross_amountObject

Returns the value of attribute gross_amount.



5
6
7
# File 'lib/veri_trans/request/cvs_parameter.rb', line 5

def gross_amount
  @gross_amount
end

#name1Object

Returns the value of attribute name1.



5
6
7
# File 'lib/veri_trans/request/cvs_parameter.rb', line 5

def name1
  @name1
end

#name2Object

Returns the value of attribute name2.



5
6
7
# File 'lib/veri_trans/request/cvs_parameter.rb', line 5

def name2
  @name2
end

#option_typeObject

Returns the value of attribute option_type.



5
6
7
# File 'lib/veri_trans/request/cvs_parameter.rb', line 5

def option_type
  @option_type
end

#order_idObject

Returns the value of attribute order_id.



5
6
7
# File 'lib/veri_trans/request/cvs_parameter.rb', line 5

def order_id
  @order_id
end

#pay_limitObject

Returns the value of attribute pay_limit.



5
6
7
# File 'lib/veri_trans/request/cvs_parameter.rb', line 5

def pay_limit
  @pay_limit
end

#telObject

Returns the value of attribute tel.



5
6
7
# File 'lib/veri_trans/request/cvs_parameter.rb', line 5

def tel
  @tel
end

#test_modeObject

Returns the value of attribute test_mode.



5
6
7
# File 'lib/veri_trans/request/cvs_parameter.rb', line 5

def test_mode
  @test_mode
end