Class: MasterCard::API::MdesCustomerService::TokenResetMobilePIN
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::MdesCustomerService::TokenResetMobilePIN
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/mdescustomerservice/tokenresetmobilepin.rb
Class Method Summary collapse
Class Method Details
.create(mapObj) ⇒ Object
60 61 62 63 64 65 66 67 68 |
# File 'lib/mastercard/api/mdescustomerservice/tokenresetmobilepin.rb', line 60 def self.create(mapObj) # #Creates object of type TokenResetMobilePIN # #@param Dict mapObj, containing the required parameters to create a new object #@return [TokenResetMobilePIN] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("c3688946-d967-4736-9dab-b4f125dc9999", TokenResetMobilePIN.new(mapObj)) end |