Class: Redex::Response::TransactionResponse

Inherits:
BaseResponse show all
Defined in:
lib/redex/response/transaction_response.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResponse

#code, #message, #raw, #sequential_id, #transaction_id

Method Summary

Methods inherited from BaseResponse

#clear, #datetime_sanitize, #initialize

Constructor Details

This class inherits a constructor from Redex::Response::BaseResponse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at.



4
5
6
# File 'lib/redex/response/transaction_response.rb', line 4

def created_at
  @created_at
end

#credit_card_authorization_idObject (readonly)

Returns the value of attribute credit_card_authorization_id.



4
5
6
# File 'lib/redex/response/transaction_response.rb', line 4

def credit_card_authorization_id
  @credit_card_authorization_id
end

#order_idObject (readonly)

Returns the value of attribute order_id.



4
5
6
# File 'lib/redex/response/transaction_response.rb', line 4

def order_id
  @order_id
end