Class: MasterCard::API::P2p::AccountMapping

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

Instance Method Summary collapse

Instance Method Details

#createObject



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

def create
    #
    #Updates an object of type AccountMapping
    #
    #@return [AccountMapping] object representing the response.
    #@raise [APIException] an exception from the response status
    #
    return self.class.execute("b7821f8d-936c-4787-90d2-7ba50cb7c5f3",self)
end