Class: AuthorizeNet::Reporting::TransactionDetails

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/authorize_net/reporting/transaction_details.rb

Overview

Models the details of a transaction.

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#initialize, #to_a

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
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
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

#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

#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
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