Class: GpWebpay::Ws::Services::ProcessTokenRevoke

Inherits:
BaseSignedRequest show all
Defined in:
lib/gp_webpay/ws/services/process_token_revoke.rb

Constant Summary collapse

OPERATION_NAME =
:process_token_revoke
REQUEST_NAME =
:token_revoke_request
RESPONSE_NAME =
:process_token_revoke_response
RESPONSE_ENTITY_NAME =
:token_revoke_response

Constants inherited from BaseSignedRequest

BaseSignedRequest::DEFAULT_ATTRIBUTES, BaseSignedRequest::SERVICE_EXCEPTION

Instance Attribute Summary

Attributes inherited from BaseSignedRequest

#attributes, #config

Method Summary

Methods inherited from BaseSignedRequest

#call, #initialize

Methods inherited from Service

#call, #initialize

Constructor Details

This class inherits a constructor from GpWebpay::Ws::BaseSignedRequest