Class: Buckaroo::TransactionResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/buckaroo/response.rb

Instance Attribute Summary

Attributes inherited from Response

#status_code

Instance Method Summary collapse

Methods inherited from Response

#initialize, #success?, #test?, #verified?

Constructor Details

This class inherits a constructor from Buckaroo::Response

Instance Method Details

#order_idObject



74
75
76
# File 'lib/buckaroo/response.rb', line 74

def order_id
  @response['BRQ_ORDERNUMBER']
end

#redirect_urlObject



66
67
68
# File 'lib/buckaroo/response.rb', line 66

def redirect_url
  @response['BRQ_REDIRECTURL']
end

#transaction_idObject



70
71
72
# File 'lib/buckaroo/response.rb', line 70

def transaction_id
  @response['BRQ_TRANSACTIONS']
end