Class: Allorails::Response::TransactionPrepareResponse
- Inherits:
-
ApiMappingResponse
- Object
- ApiResponse
- ApiMappingResponse
- Allorails::Response::TransactionPrepareResponse
- Defined in:
- lib/allorails/response/transaction_prepare_response.rb
Overview
Class defining a transaction prepare request’s response
Instance Attribute Summary
Attributes inherited from ApiMappingResponse
Instance Method Summary collapse
-
#access_type ⇒ Object
Provides access type @return (string) access type.
-
#buy_url ⇒ Object
Provides the buy url @return (string) buy url.
-
#checkout_button ⇒ Object
Provides the checkout button @return (string) checkout button (html code).
-
#creation_date ⇒ Object
Provides the creation date @return (datetime.datetime) Creation date.
-
#price ⇒ Object
Provides price information @return (Price) price information.
-
#pricepoint ⇒ Object
Provides information about the pricepoint @return (Pricepoint) pricepoint information.
-
#transaction_id ⇒ Object
Provides the transaction id @return (string) transaction id.
-
#website ⇒ Object
Provides the website @return (Website) website.
Methods inherited from ApiMappingResponse
#_verify, attribute_reader, #initialize, node_reader
Methods inherited from ApiResponse
Constructor Details
This class inherits a constructor from Allorails::Response::ApiMappingResponse
Instance Method Details
#access_type ⇒ Object
Provides access type
@return (string) access type
6 |
# File 'lib/allorails/response/transaction_prepare_response.rb', line 6 node_reader :access_type |
#buy_url ⇒ Object
Provides the buy url
@return (string) buy url
30 |
# File 'lib/allorails/response/transaction_prepare_response.rb', line 30 node_reader :buy_url |
#checkout_button ⇒ Object
Provides the checkout button
@return (string) checkout button (html code)
34 |
# File 'lib/allorails/response/transaction_prepare_response.rb', line 34 node_reader :checkout_button |
#creation_date ⇒ Object
Provides the creation date
@return (datetime.datetime) Creation date
14 |
# File 'lib/allorails/response/transaction_prepare_response.rb', line 14 node_reader :creation_date, DateTime |
#price ⇒ Object
Provides price information
@return (Price) price information
18 |
# File 'lib/allorails/response/transaction_prepare_response.rb', line 18 node_reader :price, Allorails::Price |
#pricepoint ⇒ Object
Provides information about the pricepoint
@return (Pricepoint) pricepoint information
22 |
# File 'lib/allorails/response/transaction_prepare_response.rb', line 22 node_reader :pricepoint, Allorails::Pricepoint |
#transaction_id ⇒ Object
Provides the transaction id
@return (string) transaction id
10 |
# File 'lib/allorails/response/transaction_prepare_response.rb', line 10 node_reader :transaction_id |