Class: ForteRuby::Resourses::Transaction

Inherits:
API::Object show all
Defined in:
lib/forte_ruby/resourses/transaction.rb

Constant Summary collapse

API_ATTRIBUTES =
[
  :action, :one_time_token, :customer_token, :customer_id, :paymethod_token, :reference_id, :authorization_amount, :order_number,
  :original_transaction_id, :transaction_id, :authorization_code, :software_name, :entered_by, :received_date, :origination_date,
  :customer_accounting_code, :sales_tax_amount, :service_fee_amount, :sec_code, :billing_address, :shipping_address, :paymethod
]

Instance Attribute Summary

Attributes inherited from API::Object

#new

Attributes inherited from API::Base

#request_data

Instance Method Summary collapse

Methods inherited from API::Base

#initialize

Constructor Details

This class inherits a constructor from ForteRuby::API::Base

Instance Method Details

#deleteObject



15
16
17
# File 'lib/forte_ruby/resourses/transaction.rb', line 15

def delete
  raise 'It is not implemented'
end

#saveObject



23
24
25
# File 'lib/forte_ruby/resourses/transaction.rb', line 23

def save
  raise 'It is not implemented'
end

#updateObject



19
20
21
# File 'lib/forte_ruby/resourses/transaction.rb', line 19

def update
  raise 'It is not implemented'
end