Class: Tikkie::Api::V1::Responses::PaymentRequestCreated
- Defined in:
- lib/tikkie/api/v1/responses/payment_request_created.rb
Overview
Response when creating a payment request.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#error?, #errors, #initialize, #response_code, #success?, #trace_id
Constructor Details
This class inherits a constructor from Tikkie::Api::V1::Responses::Base
Instance Method Details
#external_id ⇒ Object
17 18 19 |
# File 'lib/tikkie/api/v1/responses/payment_request_created.rb', line 17 def external_id data[:externalId] end |
#payment_request_token ⇒ Object
13 14 15 |
# File 'lib/tikkie/api/v1/responses/payment_request_created.rb', line 13 def payment_request_token data[:paymentRequestToken] end |
#payment_request_url ⇒ Object
9 10 11 |
# File 'lib/tikkie/api/v1/responses/payment_request_created.rb', line 9 def payment_request_url data[:paymentRequestUrl] end |