Class: Remit::Refund::Request

Inherits:
Remit::Request show all
Defined in:
lib/remit/operations/refund.rb

Instance Method Summary collapse

Methods inherited from Remit::Request

action

Methods included from ConvertKey

#convert_key

Instance Method Details

#convert_complex_key(key, parameter) ⇒ Object

The RefundAmount parameter has multiple components. It is specified on the query string like so: RefundAmount.Amount=XXX&RefundAmount.CurrencyCode=YYY



29
30
31
# File 'lib/remit/operations/refund.rb', line 29

def convert_complex_key(key, parameter)
  "#{convert_key(key)}.#{convert_key(parameter)}"
end