Class: MasterCard::API::P2p::AccountVerification

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

Class Method Summary collapse

Class Method Details

.read(mapObj) ⇒ Object



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

def self.read(mapObj)
    #
    #Creates object of type AccountVerification
    #
    #@param Dict mapObj, containing the required parameters to create a new object
    #@return [AccountVerification] of the response of created instance.
    #@raise [APIException] an exception from the response status
    return self.execute("2309b7a9-094a-4c53-abea-8a5b0ecb63c1", AccountVerification.new(mapObj))
end