Class: Vantiv::Api::TransactionResponse
- Inherits:
-
Object
- Object
- Vantiv::Api::TransactionResponse
- Defined in:
- lib/vantiv/api/transaction_response.rb
Instance Attribute Summary collapse
-
#account_updater ⇒ Object
Returns the value of attribute account_updater.
-
#apple_pay_response ⇒ Object
Returns the value of attribute apple_pay_response.
-
#auth_code ⇒ Object
Returns the value of attribute auth_code.
-
#bin ⇒ Object
Returns the value of attribute bin.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#fraud_result ⇒ Object
Returns the value of attribute fraud_result.
-
#id ⇒ Object
Returns the value of attribute id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#order_id ⇒ Object
Returns the value of attribute order_id.
-
#payment_account_id ⇒ Object
Returns the value of attribute payment_account_id.
-
#post_date ⇒ Object
Returns the value of attribute post_date.
-
#report_group ⇒ Object
Returns the value of attribute report_group.
-
#response_code ⇒ Object
Returns the value of attribute response_code.
-
#response_time ⇒ Object
Returns the value of attribute response_time.
-
#token_message ⇒ Object
Returns the value of attribute token_message.
-
#token_response ⇒ Object
Returns the value of attribute token_response.
-
#token_response_code ⇒ Object
Returns the value of attribute token_response_code.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#account_updater ⇒ Object
Returns the value of attribute account_updater.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def account_updater @account_updater end |
#apple_pay_response ⇒ Object
Returns the value of attribute apple_pay_response.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def apple_pay_response @apple_pay_response end |
#auth_code ⇒ Object
Returns the value of attribute auth_code.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def auth_code @auth_code end |
#bin ⇒ Object
Returns the value of attribute bin.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def bin @bin end |
#customer_id ⇒ Object
Returns the value of attribute customer_id.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def customer_id @customer_id end |
#fraud_result ⇒ Object
Returns the value of attribute fraud_result.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def fraud_result @fraud_result end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def id @id end |
#message ⇒ Object
Returns the value of attribute message.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def @message end |
#order_id ⇒ Object
Returns the value of attribute order_id.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def order_id @order_id end |
#payment_account_id ⇒ Object
Returns the value of attribute payment_account_id.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def payment_account_id @payment_account_id end |
#post_date ⇒ Object
Returns the value of attribute post_date.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def post_date @post_date end |
#report_group ⇒ Object
Returns the value of attribute report_group.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def report_group @report_group end |
#response_code ⇒ Object
Returns the value of attribute response_code.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def response_code @response_code end |
#response_time ⇒ Object
Returns the value of attribute response_time.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def response_time @response_time end |
#token_message ⇒ Object
Returns the value of attribute token_message.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def @token_message end |
#token_response ⇒ Object
Returns the value of attribute token_response.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def token_response @token_response end |
#token_response_code ⇒ Object
Returns the value of attribute token_response_code.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def token_response_code @token_response_code end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def transaction_id @transaction_id end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/vantiv/api/transaction_response.rb', line 4 def type @type end |