Class: MasterCard::API::P2m::MerchantTransferPayment

Inherits:
Core::Model::BaseObject
  • Object
show all
Includes:
Core::Model
Defined in:
lib/mastercard/api/p2m/merchanttransferpayment.rb

Class Method Summary collapse

Class Method Details

.create(mapObj) ⇒ Object



60
61
62
63
64
65
66
67
68
# File 'lib/mastercard/api/p2m/merchanttransferpayment.rb', line 60

def self.create(mapObj)
	#
	#Creates object of type MerchantTransferPayment
	#
	#@param Dict mapObj, containing the required parameters to create a new object
	#@return [MerchantTransferPayment] of the response of created instance.
	#@raise [APIException] an exception from the response status
	return self.execute("b8076dab-3387-4248-9b75-f94afac020ce", MerchantTransferPayment.new(mapObj))
end