Class: Stripe::Source::Klarna
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::Klarna
- Defined in:
- lib/stripe/resources/source.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#background_image_url ⇒ Object
readonly
Returns the value of attribute background_image_url.
-
#client_token ⇒ Object
readonly
Returns the value of attribute client_token.
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
-
#locale ⇒ Object
readonly
Returns the value of attribute locale.
-
#logo_url ⇒ Object
readonly
Returns the value of attribute logo_url.
-
#page_title ⇒ Object
readonly
Returns the value of attribute page_title.
-
#pay_later_asset_urls_descriptive ⇒ Object
readonly
Returns the value of attribute pay_later_asset_urls_descriptive.
-
#pay_later_asset_urls_standard ⇒ Object
readonly
Returns the value of attribute pay_later_asset_urls_standard.
-
#pay_later_name ⇒ Object
readonly
Returns the value of attribute pay_later_name.
-
#pay_later_redirect_url ⇒ Object
readonly
Returns the value of attribute pay_later_redirect_url.
-
#pay_now_asset_urls_descriptive ⇒ Object
readonly
Returns the value of attribute pay_now_asset_urls_descriptive.
-
#pay_now_asset_urls_standard ⇒ Object
readonly
Returns the value of attribute pay_now_asset_urls_standard.
-
#pay_now_name ⇒ Object
readonly
Returns the value of attribute pay_now_name.
-
#pay_now_redirect_url ⇒ Object
readonly
Returns the value of attribute pay_now_redirect_url.
-
#pay_over_time_asset_urls_descriptive ⇒ Object
readonly
Returns the value of attribute pay_over_time_asset_urls_descriptive.
-
#pay_over_time_asset_urls_standard ⇒ Object
readonly
Returns the value of attribute pay_over_time_asset_urls_standard.
-
#pay_over_time_name ⇒ Object
readonly
Returns the value of attribute pay_over_time_name.
-
#pay_over_time_redirect_url ⇒ Object
readonly
Returns the value of attribute pay_over_time_redirect_url.
-
#payment_method_categories ⇒ Object
readonly
Returns the value of attribute payment_method_categories.
-
#purchase_country ⇒ Object
readonly
Returns the value of attribute purchase_country.
-
#purchase_type ⇒ Object
readonly
Returns the value of attribute purchase_type.
-
#redirect_url ⇒ Object
readonly
Returns the value of attribute redirect_url.
-
#shipping_delay ⇒ Object
readonly
Returns the value of attribute shipping_delay.
-
#shipping_first_name ⇒ Object
readonly
Returns the value of attribute shipping_first_name.
-
#shipping_last_name ⇒ Object
readonly
Returns the value of attribute shipping_last_name.
Attributes inherited from Stripe::StripeObject
Method Summary
Methods inherited from Stripe::StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#background_image_url ⇒ Object (readonly)
Returns the value of attribute background_image_url.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def background_image_url @background_image_url end |
#client_token ⇒ Object (readonly)
Returns the value of attribute client_token.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def client_token @client_token end |
#first_name ⇒ Object (readonly)
Returns the value of attribute first_name.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def first_name @first_name end |
#last_name ⇒ Object (readonly)
Returns the value of attribute last_name.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def last_name @last_name end |
#locale ⇒ Object (readonly)
Returns the value of attribute locale.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def locale @locale end |
#logo_url ⇒ Object (readonly)
Returns the value of attribute logo_url.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def logo_url @logo_url end |
#page_title ⇒ Object (readonly)
Returns the value of attribute page_title.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def page_title @page_title end |
#pay_later_asset_urls_descriptive ⇒ Object (readonly)
Returns the value of attribute pay_later_asset_urls_descriptive.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def pay_later_asset_urls_descriptive @pay_later_asset_urls_descriptive end |
#pay_later_asset_urls_standard ⇒ Object (readonly)
Returns the value of attribute pay_later_asset_urls_standard.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def pay_later_asset_urls_standard @pay_later_asset_urls_standard end |
#pay_later_name ⇒ Object (readonly)
Returns the value of attribute pay_later_name.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def pay_later_name @pay_later_name end |
#pay_later_redirect_url ⇒ Object (readonly)
Returns the value of attribute pay_later_redirect_url.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def pay_later_redirect_url @pay_later_redirect_url end |
#pay_now_asset_urls_descriptive ⇒ Object (readonly)
Returns the value of attribute pay_now_asset_urls_descriptive.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def pay_now_asset_urls_descriptive @pay_now_asset_urls_descriptive end |
#pay_now_asset_urls_standard ⇒ Object (readonly)
Returns the value of attribute pay_now_asset_urls_standard.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def pay_now_asset_urls_standard @pay_now_asset_urls_standard end |
#pay_now_name ⇒ Object (readonly)
Returns the value of attribute pay_now_name.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def pay_now_name @pay_now_name end |
#pay_now_redirect_url ⇒ Object (readonly)
Returns the value of attribute pay_now_redirect_url.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def pay_now_redirect_url @pay_now_redirect_url end |
#pay_over_time_asset_urls_descriptive ⇒ Object (readonly)
Returns the value of attribute pay_over_time_asset_urls_descriptive.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def pay_over_time_asset_urls_descriptive @pay_over_time_asset_urls_descriptive end |
#pay_over_time_asset_urls_standard ⇒ Object (readonly)
Returns the value of attribute pay_over_time_asset_urls_standard.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def pay_over_time_asset_urls_standard @pay_over_time_asset_urls_standard end |
#pay_over_time_name ⇒ Object (readonly)
Returns the value of attribute pay_over_time_name.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def pay_over_time_name @pay_over_time_name end |
#pay_over_time_redirect_url ⇒ Object (readonly)
Returns the value of attribute pay_over_time_redirect_url.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def pay_over_time_redirect_url @pay_over_time_redirect_url end |
#payment_method_categories ⇒ Object (readonly)
Returns the value of attribute payment_method_categories.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def payment_method_categories @payment_method_categories end |
#purchase_country ⇒ Object (readonly)
Returns the value of attribute purchase_country.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def purchase_country @purchase_country end |
#purchase_type ⇒ Object (readonly)
Returns the value of attribute purchase_type.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def purchase_type @purchase_type end |
#redirect_url ⇒ Object (readonly)
Returns the value of attribute redirect_url.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def redirect_url @redirect_url end |
#shipping_delay ⇒ Object (readonly)
Returns the value of attribute shipping_delay.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def shipping_delay @shipping_delay end |
#shipping_first_name ⇒ Object (readonly)
Returns the value of attribute shipping_first_name.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def shipping_first_name @shipping_first_name end |
#shipping_last_name ⇒ Object (readonly)
Returns the value of attribute shipping_last_name.
76 77 78 |
# File 'lib/stripe/resources/source.rb', line 76 def shipping_last_name @shipping_last_name end |