Class: Stripe::Terminal::Reader::Action
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Terminal::Reader::Action
- Defined in:
- lib/stripe/resources/terminal/reader.rb
Defined Under Namespace
Classes: CollectInputs, CollectPaymentMethod, ConfirmPaymentIntent, ProcessPaymentIntent, ProcessSetupIntent, RefundPayment, SetReaderDisplay
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#collect_inputs ⇒ Object
readonly
Returns the value of attribute collect_inputs.
-
#collect_payment_method ⇒ Object
readonly
Returns the value of attribute collect_payment_method.
-
#confirm_payment_intent ⇒ Object
readonly
Returns the value of attribute confirm_payment_intent.
-
#failure_code ⇒ Object
readonly
Returns the value of attribute failure_code.
-
#failure_message ⇒ Object
readonly
Returns the value of attribute failure_message.
-
#process_payment_intent ⇒ Object
readonly
Returns the value of attribute process_payment_intent.
-
#process_setup_intent ⇒ Object
readonly
Returns the value of attribute process_setup_intent.
-
#refund_payment ⇒ Object
readonly
Returns the value of attribute refund_payment.
-
#set_reader_display ⇒ Object
readonly
Returns the value of attribute set_reader_display.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
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_inputs ⇒ Object (readonly)
Returns the value of attribute collect_inputs.
109 110 111 |
# File 'lib/stripe/resources/terminal/reader.rb', line 109 def collect_inputs @collect_inputs end |
#collect_payment_method ⇒ Object (readonly)
Returns the value of attribute collect_payment_method.
109 110 111 |
# File 'lib/stripe/resources/terminal/reader.rb', line 109 def collect_payment_method @collect_payment_method end |
#confirm_payment_intent ⇒ Object (readonly)
Returns the value of attribute confirm_payment_intent.
109 110 111 |
# File 'lib/stripe/resources/terminal/reader.rb', line 109 def confirm_payment_intent @confirm_payment_intent end |
#failure_code ⇒ Object (readonly)
Returns the value of attribute failure_code.
109 110 111 |
# File 'lib/stripe/resources/terminal/reader.rb', line 109 def failure_code @failure_code end |
#failure_message ⇒ Object (readonly)
Returns the value of attribute failure_message.
109 110 111 |
# File 'lib/stripe/resources/terminal/reader.rb', line 109 def @failure_message end |
#process_payment_intent ⇒ Object (readonly)
Returns the value of attribute process_payment_intent.
109 110 111 |
# File 'lib/stripe/resources/terminal/reader.rb', line 109 def process_payment_intent @process_payment_intent end |
#process_setup_intent ⇒ Object (readonly)
Returns the value of attribute process_setup_intent.
109 110 111 |
# File 'lib/stripe/resources/terminal/reader.rb', line 109 def process_setup_intent @process_setup_intent end |
#refund_payment ⇒ Object (readonly)
Returns the value of attribute refund_payment.
109 110 111 |
# File 'lib/stripe/resources/terminal/reader.rb', line 109 def refund_payment @refund_payment end |
#set_reader_display ⇒ Object (readonly)
Returns the value of attribute set_reader_display.
109 110 111 |
# File 'lib/stripe/resources/terminal/reader.rb', line 109 def set_reader_display @set_reader_display end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
109 110 111 |
# File 'lib/stripe/resources/terminal/reader.rb', line 109 def status @status end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
109 110 111 |
# File 'lib/stripe/resources/terminal/reader.rb', line 109 def type @type end |