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_numberObject

Returns the value of attribute account_number.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def 
  @account_number
end

#account_typeObject

Returns the value of attribute account_type.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def 
  @account_type
end

#auth_amountObject

Returns the value of attribute auth_amount.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def auth_amount
  @auth_amount
end

#auth_codeObject

Returns the value of attribute auth_code.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def auth_code
  @auth_code
end

#avs_responseObject

Returns the value of attribute avs_response.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def avs_response
  @avs_response
end

#batchObject

Returns the value of attribute batch.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def batch
  @batch
end

#bill_toObject

Returns the value of attribute bill_to.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def bill_to
  @bill_to
end

#card_code_responseObject

Returns the value of attribute card_code_response.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def card_code_response
  @card_code_response
end

#cavv_responseObject

Returns the value of attribute cavv_response.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def cavv_response
  @cavv_response
end

#customerObject

Returns the value of attribute customer.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def customer
  @customer
end

#fds_filter_actionObject

Returns the value of attribute fds_filter_action.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def fds_filter_action
  @fds_filter_action
end

#fds_filtersObject

Returns the value of attribute fds_filters.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def fds_filters
  @fds_filters
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def id
  @id
end

#orderObject

Returns the value of attribute order.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def order
  @order
end

#payment_methodObject

Returns the value of attribute payment_method.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def payment_method
  @payment_method
end

#prepaid_balance_remainingObject

Returns the value of attribute prepaid_balance_remaining.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def prepaid_balance_remaining
  @prepaid_balance_remaining
end

#recurring_billingObject

Returns the value of attribute recurring_billing.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def recurring_billing
  @recurring_billing
end

#reference_idObject

Returns the value of attribute reference_id.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def reference_id
  @reference_id
end

#response_codeObject

Returns the value of attribute response_code.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def response_code
  @response_code
end

#response_reason_codeObject

Returns the value of attribute response_reason_code.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def response_reason_code
  @response_reason_code
end

#response_reason_descriptionObject

Returns the value of attribute response_reason_description.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def response_reason_description
  @response_reason_description
end

#returnsObject

Returns the value of attribute returns.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def returns
  @returns
end

#settle_amountObject

Returns the value of attribute settle_amount.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def settle_amount
  @settle_amount
end

#ship_toObject

Returns the value of attribute ship_to.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def ship_to
  @ship_to
end

#solution_idObject

Returns the value of attribute solution_id.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def solution_id
  @solution_id
end

#solution_nameObject

Returns the value of attribute solution_name.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def solution_name
  @solution_name
end

#split_tender_idObject

Returns the value of attribute split_tender_id.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def split_tender_id
  @split_tender_id
end

#statusObject

Returns the value of attribute status.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def status
  @status
end

#submitted_atObject

Returns the value of attribute submitted_at.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def 
  @submitted_at
end

#subscription_idObject

Returns the value of attribute subscription_id.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def subscription_id
  @subscription_id
end

#subscription_paynumObject

Returns the value of attribute subscription_paynum.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def subscription_paynum
  @subscription_paynum
end

#typeObject

Returns the value of attribute type.



6
7
8
# File 'lib/authorize_net/reporting/transaction_details.rb', line 6

def type
  @type
end