Class: Zaala::API::CancellationRequest

Inherits:
Dry::Struct
  • Object
show all
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_messageObject



729
730
731
732
733
# File 'lib/zaala/api/types.rb', line 729

def to_message
  {
    identifier: identifier.to_message,
  }
end