Class: GpWebpay::Ws::Services::ProcessRecurringPayment

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

Constant Summary collapse

OPERATION_NAME =
:process_recurring_payment
REQUEST_NAME =
:recurring_payment_request
RESPONSE_NAME =
:process_recurring_payment_response
RESPONSE_ENTITY_NAME =
:recurring_payment_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