Class: VeriTrans::Request::ChargesParameter

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeChargesParameter

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_idObject

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_amountObject

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_idObject

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

#registerObject

Returns the value of attribute register.



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

def register
  @register
end

#test_modeObject

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_idObject

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_captureObject

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