Class: Zaala::API::VerifyRequest
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Zaala::API::VerifyRequest
- Defined in:
- lib/zaala/api/types.rb
Overview
The VerifyRequest class represents the request parameter of the Verify service call. It contains all information needed to verify an authorization with an MTAN.
Instance Method Summary collapse
Instance Method Details
#to_message ⇒ Object
800 801 802 803 804 805 806 |
# File 'lib/zaala/api/types.rb', line 800 def { identifier: identifier., additionalData: additional_data., verificationCode: verification_code } end |