Class: Stripe::PaymentIntent::PaymentMethodOptions::Paypal
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::PaymentMethodOptions::Paypal
- Defined in:
- lib/stripe/resources/payment_intent.rb
Defined Under Namespace
Classes: LineItem
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#capture_method ⇒ Object
readonly
Returns the value of attribute capture_method.
-
#line_items ⇒ Object
readonly
Returns the value of attribute line_items.
-
#preferred_locale ⇒ Object
readonly
Returns the value of attribute preferred_locale.
-
#reference ⇒ Object
readonly
Returns the value of attribute reference.
-
#reference_id ⇒ Object
readonly
Returns the value of attribute reference_id.
-
#setup_future_usage ⇒ Object
readonly
Returns the value of attribute setup_future_usage.
-
#subsellers ⇒ Object
readonly
Returns the value of attribute subsellers.
Attributes inherited from StripeObject
Method Summary
Methods inherited from 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
#capture_method ⇒ Object (readonly)
Returns the value of attribute capture_method.
463 464 465 |
# File 'lib/stripe/resources/payment_intent.rb', line 463 def capture_method @capture_method end |
#line_items ⇒ Object (readonly)
Returns the value of attribute line_items.
463 464 465 |
# File 'lib/stripe/resources/payment_intent.rb', line 463 def line_items @line_items end |
#preferred_locale ⇒ Object (readonly)
Returns the value of attribute preferred_locale.
463 464 465 |
# File 'lib/stripe/resources/payment_intent.rb', line 463 def preferred_locale @preferred_locale end |
#reference ⇒ Object (readonly)
Returns the value of attribute reference.
463 464 465 |
# File 'lib/stripe/resources/payment_intent.rb', line 463 def reference @reference end |
#reference_id ⇒ Object (readonly)
Returns the value of attribute reference_id.
463 464 465 |
# File 'lib/stripe/resources/payment_intent.rb', line 463 def reference_id @reference_id end |
#setup_future_usage ⇒ Object (readonly)
Returns the value of attribute setup_future_usage.
463 464 465 |
# File 'lib/stripe/resources/payment_intent.rb', line 463 def setup_future_usage @setup_future_usage end |
#subsellers ⇒ Object (readonly)
Returns the value of attribute subsellers.
463 464 465 |
# File 'lib/stripe/resources/payment_intent.rb', line 463 def subsellers @subsellers end |