Class: GlobalCollect::Requests::DoRefund
- 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
-
#initialize(payment_and_builder) ⇒ DoRefund
constructor
WDL §5.16 requires a PAYMENT node.
Methods inherited from Composite
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 |