Class: EwayRapid::CreateTransactionResponse
- Inherits:
-
ResponseOutput
- Object
- ResponseOutput
- EwayRapid::CreateTransactionResponse
- Defined in:
- lib/eway_rapid/output/create_transaction_response.rb
Overview
Create transaction response
Instance Attribute Summary collapse
-
#access_code ⇒ Object
An AccessCode for this transaction (Used with Transparent Redirect and Responsive Shared).
-
#form_action_url ⇒ Object
URL that the merchant’s credit card form should post to to complete payment (Only for Transparent Redirect).
-
#shared_payment_url ⇒ Object
URL to the Responsive Shared Page that the cardholder’s browser should be redirected to (Only for Responsive Shared).
-
#transaction ⇒ Object
The transaction as returned by Rapid API.
-
#transaction_status ⇒ Object
Contains transaction status information.
Attributes inherited from ResponseOutput
Method Summary
Methods inherited from ResponseOutput
Constructor Details
This class inherits a constructor from EwayRapid::ResponseOutput
Instance Attribute Details
#access_code ⇒ Object
An AccessCode for this transaction (Used with Transparent Redirect and Responsive Shared)
21 22 23 |
# File 'lib/eway_rapid/output/create_transaction_response.rb', line 21 def access_code @access_code end |
#form_action_url ⇒ Object
URL that the merchant’s credit card form should post to to complete payment (Only for Transparent Redirect)
17 18 19 |
# File 'lib/eway_rapid/output/create_transaction_response.rb', line 17 def form_action_url @form_action_url end |
#shared_payment_url ⇒ Object
URL to the Responsive Shared Page that the cardholder’s browser should be redirected to (Only for Responsive Shared)
13 14 15 |
# File 'lib/eway_rapid/output/create_transaction_response.rb', line 13 def shared_payment_url @shared_payment_url end |
#transaction ⇒ Object
The transaction as returned by Rapid API.
6 7 8 |
# File 'lib/eway_rapid/output/create_transaction_response.rb', line 6 def transaction @transaction end |
#transaction_status ⇒ Object
Contains transaction status information
9 10 11 |
# File 'lib/eway_rapid/output/create_transaction_response.rb', line 9 def transaction_status @transaction_status end |