Class: MasterCard::API::Qkr::UpdatePassword

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

Instance Method Summary collapse

Instance Method Details

#updateObject



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

def update
    #
    #Updates an object of type UpdatePassword
    #
    #@return [UpdatePassword] object representing the response.
    #@raise [APIException] an exception from the response status
    #
    return self.class.execute("cfe8c668-daf8-4070-85a2-c65d9de0d36c",self)
end