Class: Affirm::Struct::Checkout::Response
- Defined in:
- lib/affirm/structs/checkout/response.rb
Instance Attribute Summary collapse
-
#checkout_id ⇒ String
The checkout ID for Affirm payment.
-
#redirect_url ⇒ String
The Affirm hosted URL checkout generated.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Affirm::Struct::Base
Instance Attribute Details
#checkout_id ⇒ String
Returns The checkout ID for Affirm payment.
5 6 7 |
# File 'lib/affirm/structs/checkout/response.rb', line 5 def checkout_id @checkout_id end |
#redirect_url ⇒ String
Returns The Affirm hosted URL checkout generated.
8 9 10 |
# File 'lib/affirm/structs/checkout/response.rb', line 8 def redirect_url @redirect_url end |