Class: ActiveMerchant::Billing::PaymentechOrbital::Request::EndOfDay
- Defined in:
- lib/active_merchant/billing/paymentech_orbital/request/end_of_day.rb
Instance Attribute Summary
Attributes inherited from Base
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_type ⇒ Object
6 |
# File 'lib/active_merchant/billing/paymentech_orbital/request/end_of_day.rb', line 6 def request_type; "EndOfDay"; end |
#to_s ⇒ Object
8 9 10 |
# File 'lib/active_merchant/billing/paymentech_orbital/request/end_of_day.rb', line 8 def to_s "End of day" end |