Class: Stripe::Terminal::Reader::Action::CollectPaymentMethod
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Terminal::Reader::Action::CollectPaymentMethod
- Defined in:
- lib/stripe/resources/terminal/reader.rb
Defined Under Namespace
Classes: CollectConfig
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#collect_config ⇒ Object
readonly
Returns the value of attribute collect_config.
-
#payment_intent ⇒ Object
readonly
Returns the value of attribute payment_intent.
-
#payment_method ⇒ Object
readonly
Returns the value of attribute payment_method.
-
#stripe_account ⇒ Object
readonly
Returns the value of attribute stripe_account.
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
#collect_config ⇒ Object (readonly)
Returns the value of attribute collect_config.
69 70 71 |
# File 'lib/stripe/resources/terminal/reader.rb', line 69 def collect_config @collect_config end |
#payment_intent ⇒ Object (readonly)
Returns the value of attribute payment_intent.
69 70 71 |
# File 'lib/stripe/resources/terminal/reader.rb', line 69 def payment_intent @payment_intent end |
#payment_method ⇒ Object (readonly)
Returns the value of attribute payment_method.
69 70 71 |
# File 'lib/stripe/resources/terminal/reader.rb', line 69 def payment_method @payment_method end |
#stripe_account ⇒ Object (readonly)
Returns the value of attribute stripe_account.
69 70 71 |
# File 'lib/stripe/resources/terminal/reader.rb', line 69 def stripe_account @stripe_account end |