Class: MasterCard::API::P2p::TransferNotification
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::P2p::TransferNotification
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/p2p/transfernotification.rb
Class Method Summary collapse
Class Method Details
.notification(mapObj) ⇒ Object
60 61 62 63 64 65 66 67 68 |
# File 'lib/mastercard/api/p2p/transfernotification.rb', line 60 def self.notification(mapObj) # #Creates object of type TransferNotification # #@param Dict mapObj, containing the required parameters to create a new object #@return [TransferNotification] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("c46ba158-bdcb-485d-b48e-33e690c0d1fb", TransferNotification.new(mapObj)) end |