Class: Stripe::Terminal::Reader::Action

Inherits:
StripeObject show all
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

Attributes inherited from StripeObject

#last_response

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_inputsObject (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_methodObject (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_intentObject (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_codeObject (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_messageObject (readonly)

Returns the value of attribute failure_message.



109
110
111
# File 'lib/stripe/resources/terminal/reader.rb', line 109

def failure_message
  @failure_message
end

#process_payment_intentObject (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_intentObject (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_paymentObject (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_displayObject (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

#statusObject (readonly)

Returns the value of attribute status.



109
110
111
# File 'lib/stripe/resources/terminal/reader.rb', line 109

def status
  @status
end

#typeObject (readonly)

Returns the value of attribute type.



109
110
111
# File 'lib/stripe/resources/terminal/reader.rb', line 109

def type
  @type
end