Class: MasterCard::API::Disbursements::AccountMapping

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

Instance Method Summary collapse

Instance Method Details

#createObject



61
62
63
64
65
66
67
68
69
# File 'lib/mastercard/api/disbursements/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("849bb4fc-a04c-4ebc-9ad1-f70023979027",self)
end