Class: Stripe::Terminal::Reader::Action::ProcessSetupIntent
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Terminal::Reader::Action::ProcessSetupIntent
- Defined in:
- lib/stripe/resources/terminal/reader.rb
Defined Under Namespace
Classes: ProcessConfig
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#generated_card ⇒ Object
readonly
ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions.
-
#process_config ⇒ Object
readonly
Represents a per-setup override of a reader configuration.
-
#setup_intent ⇒ Object
readonly
Most recent SetupIntent processed by the reader.
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
#generated_card ⇒ Object (readonly)
ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions. Only present if it was possible to generate a card PaymentMethod.
46 47 48 |
# File 'lib/stripe/resources/terminal/reader.rb', line 46 def generated_card @generated_card end |
#process_config ⇒ Object (readonly)
Represents a per-setup override of a reader configuration
48 49 50 |
# File 'lib/stripe/resources/terminal/reader.rb', line 48 def process_config @process_config end |
#setup_intent ⇒ Object (readonly)
Most recent SetupIntent processed by the reader.
50 51 52 |
# File 'lib/stripe/resources/terminal/reader.rb', line 50 def setup_intent @setup_intent end |