Class: MasterCard::API::P2p::AccountInfo

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

Instance Method Summary collapse

Instance Method Details

#readObject



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

def read
    #
    #Updates an object of type AccountInfo
    #
    #@return [AccountInfo] object representing the response.
    #@raise [APIException] an exception from the response status
    #
    return self.class.execute("c1116ee0-9867-4139-9b48-865dfa760a9f",self)
end