Class: Wirecard::Backend::TransferFund::ExistingOrder
- Inherits:
-
Base
- Object
- Wirecard::Base
- Base
- Base
- Wirecard::Backend::TransferFund::ExistingOrder
- Defined in:
- lib/wirecard/backend/transfer_fund/existing_order.rb
Instance Attribute Summary
Attributes inherited from Wirecard::Base
Instance Method Summary collapse
Methods inherited from Base
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
5 6 7 |
# File 'lib/wirecard/backend/transfer_fund/existing_order.rb', line 5 def implicit_fingerprint_order @implicit_fingerprint_order ||= super + [:source_order_number] end |