Class: ForteRuby::Resourses::Transaction
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
Instance Method Details
#delete ⇒ Object
15
16
17
|
# File 'lib/forte_ruby/resourses/transaction.rb', line 15
def delete
raise 'It is not implemented'
end
|
#save ⇒ Object
23
24
25
|
# File 'lib/forte_ruby/resourses/transaction.rb', line 23
def save
raise 'It is not implemented'
end
|
#update ⇒ Object
19
20
21
|
# File 'lib/forte_ruby/resourses/transaction.rb', line 19
def update
raise 'It is not implemented'
end
|