Class: MasterCard::API::Qkr::ResendOTP

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

Class Method Summary collapse

Class Method Details

.create(mapObj) ⇒ Object



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

def self.create(mapObj)
    #
    #Creates object of type ResendOTP
    #
    #@param Dict mapObj, containing the required parameters to create a new object
    #@return [ResendOTP] of the response of created instance.
    #@raise [APIException] an exception from the response status
    return self.execute("475f9842-a14b-4b87-83db-82630745f15f", ResendOTP.new(mapObj))
end