Class: Affirm::Struct::Checkout::Response

Inherits:
Base
  • Object
show all
Defined in:
lib/affirm/structs/checkout/response.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Affirm::Struct::Base

Instance Attribute Details

#checkout_idString

Returns The checkout ID for Affirm payment.

Returns:

  • (String)

    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_urlString

Returns The Affirm hosted URL checkout generated.

Returns:

  • (String)

    The Affirm hosted URL checkout generated.



8
9
10
# File 'lib/affirm/structs/checkout/response.rb', line 8

def redirect_url
  @redirect_url
end