Class: MasterCard::API::Disbursements::TransferNotification

Inherits:
Core::Model::BaseObject
  • Object
show all
Includes:
Core::Model
Defined in:
lib/mastercard/api/disbursements/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/disbursements/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("f11399f5-9aa1-49b2-aa36-caac057739bf", TransferNotification.new(mapObj))
end