Class: Wirecard::Backend::RefundReversal
- Inherits:
-
Base
- Object
- Wirecard::Base
- Base
- Wirecard::Backend::RefundReversal
- Defined in:
- lib/wirecard/backend/refund_reversal.rb
Instance Attribute Summary
Attributes inherited from Wirecard::Base
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Wirecard::Base
create, #defaults, #initialize, #method_missing, #post, #respond_to_missing?
Constructor Details
This class inherits a constructor from Wirecard::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wirecard::Base
Instance Method Details
#implicit_fingerprint_order ⇒ Object
4 5 6 |
# File 'lib/wirecard/backend/refund_reversal.rb', line 4 def implicit_fingerprint_order @implicit_fingerprint_order ||= super + [:order_number, :credit_number] end |