Class: GlobalCollect::Requests::DoRefund

Inherits:
Composite show all
Defined in:
lib/global_collect/requests/do_refund.rb

Instance Attribute Summary

Attributes inherited from Base

#action, #suggested_response_mixins, #version

Instance Method Summary collapse

Methods inherited from Composite

#to_xml

Methods inherited from Base

#default_xml_encoding_options, #to_xml

Constructor Details

#initialize(payment_and_builder) ⇒ DoRefund

WDL §5.16 requires a PAYMENT node



4
5
6
# File 'lib/global_collect/requests/do_refund.rb', line 4

def initialize(payment_and_builder)
  super("DO_REFUND", [payment_and_builder])
end