Class: ActiveMerchant::Billing::PaymentechOrbital::Request::EndOfDay

Inherits:
Base
  • Object
show all
Defined in:
lib/active_merchant/billing/paymentech_orbital/request/end_of_day.rb

Instance Attribute Summary

Attributes inherited from Base

#gateway, #options

Instance Method Summary collapse

Methods inherited from Base

#address, #full_street_address, #headers, #initialize, #to_a, #to_xml

Constructor Details

This class inherits a constructor from ActiveMerchant::Billing::PaymentechOrbital::Request::Base

Instance Method Details

#request_typeObject



6
# File 'lib/active_merchant/billing/paymentech_orbital/request/end_of_day.rb', line 6

def request_type; "EndOfDay"; end

#to_sObject



8
9
10
# File 'lib/active_merchant/billing/paymentech_orbital/request/end_of_day.rb', line 8

def to_s
  "End of day"
end