Class: Zaala::API::CancellationRequest
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Zaala::API::CancellationRequest
- Defined in:
- lib/zaala/api/types.rb
Overview
The CancellationRequest class represents the request parameter of the CancelAuthorization service call. It contains all information needed to cancel an previous authorization.
Instance Method Summary collapse
Instance Method Details
#to_message ⇒ Object
729 730 731 732 733 |
# File 'lib/zaala/api/types.rb', line 729 def { identifier: identifier., } end |