Class: MasterCard::API::Qkr::VerifyOTP
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::Qkr::VerifyOTP
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/qkr/verifyotp.rb
Instance Method Summary collapse
Instance Method Details
#update ⇒ Object
61 62 63 64 65 66 67 68 69 |
# File 'lib/mastercard/api/qkr/verifyotp.rb', line 61 def update # #Updates an object of type VerifyOTP # #@return [VerifyOTP] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("4b32c8b8-861e-4885-82e3-2d8644f3da7d",self) end |