Class: VeriTrans::Request::ChargesParameter
- Inherits:
-
Object
- Object
- VeriTrans::Request::ChargesParameter
- Defined in:
- lib/veri_trans/request/charges_parameter.rb
Instance Attribute Summary collapse
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#gross_amount ⇒ Object
Returns the value of attribute gross_amount.
-
#order_id ⇒ Object
Returns the value of attribute order_id.
-
#register ⇒ Object
Returns the value of attribute register.
-
#test_mode ⇒ Object
Returns the value of attribute test_mode.
-
#token_id ⇒ Object
Returns the value of attribute token_id.
-
#with_capture ⇒ Object
Returns the value of attribute with_capture.
Instance Method Summary collapse
-
#initialize ⇒ ChargesParameter
constructor
A new instance of ChargesParameter.
Constructor Details
#initialize ⇒ ChargesParameter
Returns a new instance of ChargesParameter.
3 4 |
# File 'lib/veri_trans/request/charges_parameter.rb', line 3 def initialize end |
Instance Attribute Details
#customer_id ⇒ Object
Returns the value of attribute customer_id.
5 6 7 |
# File 'lib/veri_trans/request/charges_parameter.rb', line 5 def customer_id @customer_id end |
#gross_amount ⇒ Object
Returns the value of attribute gross_amount.
5 6 7 |
# File 'lib/veri_trans/request/charges_parameter.rb', line 5 def gross_amount @gross_amount end |
#order_id ⇒ Object
Returns the value of attribute order_id.
5 6 7 |
# File 'lib/veri_trans/request/charges_parameter.rb', line 5 def order_id @order_id end |
#register ⇒ Object
Returns the value of attribute register.
5 6 7 |
# File 'lib/veri_trans/request/charges_parameter.rb', line 5 def register @register end |
#test_mode ⇒ Object
Returns the value of attribute test_mode.
5 6 7 |
# File 'lib/veri_trans/request/charges_parameter.rb', line 5 def test_mode @test_mode end |
#token_id ⇒ Object
Returns the value of attribute token_id.
5 6 7 |
# File 'lib/veri_trans/request/charges_parameter.rb', line 5 def token_id @token_id end |
#with_capture ⇒ Object
Returns the value of attribute with_capture.
5 6 7 |
# File 'lib/veri_trans/request/charges_parameter.rb', line 5 def with_capture @with_capture end |