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
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, 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.
347 348 349 |
# File 'lib/stripe/resources/terminal/reader.rb', line 347 def generated_card @generated_card end |
#process_config ⇒ Object (readonly)
Represents a per-setup override of a reader configuration
349 350 351 |
# File 'lib/stripe/resources/terminal/reader.rb', line 349 def process_config @process_config end |
#setup_intent ⇒ Object (readonly)
Most recent SetupIntent processed by the reader.
351 352 353 |
# File 'lib/stripe/resources/terminal/reader.rb', line 351 def setup_intent @setup_intent end |
Class Method Details
.field_remappings ⇒ Object
357 358 359 |
# File 'lib/stripe/resources/terminal/reader.rb', line 357 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
353 354 355 |
# File 'lib/stripe/resources/terminal/reader.rb', line 353 def self.inner_class_types @inner_class_types = { process_config: ProcessConfig } end |