Class: AuthorizeNet::Reporting::TransactionDetails
- Inherits:
-
Object
- Object
- AuthorizeNet::Reporting::TransactionDetails
- Includes:
- Model
- Defined in:
- lib/authorize_net/reporting/transaction_details.rb
Overview
Models the details of a transaction.
Instance Attribute Summary collapse
-
#account_number ⇒ Object
Returns the value of attribute account_number.
-
#account_type ⇒ Object
Returns the value of attribute account_type.
-
#auth_amount ⇒ Object
Returns the value of attribute auth_amount.
-
#auth_code ⇒ Object
Returns the value of attribute auth_code.
-
#avs_response ⇒ Object
Returns the value of attribute avs_response.
-
#batch ⇒ Object
Returns the value of attribute batch.
-
#bill_to ⇒ Object
Returns the value of attribute bill_to.
-
#card_code_response ⇒ Object
Returns the value of attribute card_code_response.
-
#cavv_response ⇒ Object
Returns the value of attribute cavv_response.
-
#customer ⇒ Object
Returns the value of attribute customer.
-
#fds_filter_action ⇒ Object
Returns the value of attribute fds_filter_action.
-
#fds_filters ⇒ Object
Returns the value of attribute fds_filters.
-
#id ⇒ Object
Returns the value of attribute id.
-
#order ⇒ Object
Returns the value of attribute order.
-
#payment_method ⇒ Object
Returns the value of attribute payment_method.
-
#prepaid_balance_remaining ⇒ Object
Returns the value of attribute prepaid_balance_remaining.
-
#recurring_billing ⇒ Object
Returns the value of attribute recurring_billing.
-
#reference_id ⇒ Object
Returns the value of attribute reference_id.
-
#response_code ⇒ Object
Returns the value of attribute response_code.
-
#response_reason_code ⇒ Object
Returns the value of attribute response_reason_code.
-
#response_reason_description ⇒ Object
Returns the value of attribute response_reason_description.
-
#returns ⇒ Object
Returns the value of attribute returns.
-
#settle_amount ⇒ Object
Returns the value of attribute settle_amount.
-
#ship_to ⇒ Object
Returns the value of attribute ship_to.
-
#solution_id ⇒ Object
Returns the value of attribute solution_id.
-
#solution_name ⇒ Object
Returns the value of attribute solution_name.
-
#split_tender_id ⇒ Object
Returns the value of attribute split_tender_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#submitted_at ⇒ Object
Returns the value of attribute submitted_at.
-
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
-
#subscription_paynum ⇒ Object
Returns the value of attribute subscription_paynum.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods included from Model
Instance Attribute Details
#account_number ⇒ Object
Returns the value of attribute account_number.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def account_number @account_number end |
#account_type ⇒ Object
Returns the value of attribute account_type.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def account_type @account_type end |
#auth_amount ⇒ Object
Returns the value of attribute auth_amount.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def auth_amount @auth_amount end |
#auth_code ⇒ Object
Returns the value of attribute auth_code.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def auth_code @auth_code end |
#avs_response ⇒ Object
Returns the value of attribute avs_response.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def avs_response @avs_response end |
#batch ⇒ Object
Returns the value of attribute batch.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def batch @batch end |
#bill_to ⇒ Object
Returns the value of attribute bill_to.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def bill_to @bill_to end |
#card_code_response ⇒ Object
Returns the value of attribute card_code_response.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def card_code_response @card_code_response end |
#cavv_response ⇒ Object
Returns the value of attribute cavv_response.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def cavv_response @cavv_response end |
#customer ⇒ Object
Returns the value of attribute customer.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def customer @customer end |
#fds_filter_action ⇒ Object
Returns the value of attribute fds_filter_action.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def fds_filter_action @fds_filter_action end |
#fds_filters ⇒ Object
Returns the value of attribute fds_filters.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def fds_filters @fds_filters end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def id @id end |
#order ⇒ Object
Returns the value of attribute order.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def order @order end |
#payment_method ⇒ Object
Returns the value of attribute payment_method.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def payment_method @payment_method end |
#prepaid_balance_remaining ⇒ Object
Returns the value of attribute prepaid_balance_remaining.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def prepaid_balance_remaining @prepaid_balance_remaining end |
#recurring_billing ⇒ Object
Returns the value of attribute recurring_billing.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def recurring_billing @recurring_billing end |
#reference_id ⇒ Object
Returns the value of attribute reference_id.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def reference_id @reference_id end |
#response_code ⇒ Object
Returns the value of attribute response_code.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def response_code @response_code end |
#response_reason_code ⇒ Object
Returns the value of attribute response_reason_code.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def response_reason_code @response_reason_code end |
#response_reason_description ⇒ Object
Returns the value of attribute response_reason_description.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def response_reason_description @response_reason_description end |
#returns ⇒ Object
Returns the value of attribute returns.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def returns @returns end |
#settle_amount ⇒ Object
Returns the value of attribute settle_amount.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def settle_amount @settle_amount end |
#ship_to ⇒ Object
Returns the value of attribute ship_to.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def ship_to @ship_to end |
#solution_id ⇒ Object
Returns the value of attribute solution_id.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def solution_id @solution_id end |
#solution_name ⇒ Object
Returns the value of attribute solution_name.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def solution_name @solution_name end |
#split_tender_id ⇒ Object
Returns the value of attribute split_tender_id.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def split_tender_id @split_tender_id end |
#status ⇒ Object
Returns the value of attribute status.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def status @status end |
#submitted_at ⇒ Object
Returns the value of attribute submitted_at.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def submitted_at @submitted_at end |
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def subscription_id @subscription_id end |
#subscription_paynum ⇒ Object
Returns the value of attribute subscription_paynum.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def subscription_paynum @subscription_paynum end |
#type ⇒ Object
Returns the value of attribute type.
8 9 10 |
# File 'lib/authorize_net/reporting/transaction_details.rb', line 8 def type @type end |