Class: VeriTrans::Request::ReChargesParameter

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeReChargesParameter

Returns a new instance of ReChargesParameter.



3
4
# File 'lib/veri_trans/request/re_charges_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/re_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/re_charges_parameter.rb', line 5

def order_id
  @order_id
end

#register_idObject

Returns the value of attribute register_id.



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

def register_id
  @register_id
end

#with_captureObject

Returns the value of attribute with_capture.



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

def with_capture
  @with_capture
end