Class: Stripe::PaymentIntent::LastPaymentError
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::LastPaymentError
- Defined in:
- lib/stripe/resources/payment_intent.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#charge ⇒ Object
readonly
Returns the value of attribute charge.
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#decline_code ⇒ Object
readonly
Returns the value of attribute decline_code.
-
#doc_url ⇒ Object
readonly
Returns the value of attribute doc_url.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#network_advice_code ⇒ Object
readonly
Returns the value of attribute network_advice_code.
-
#network_decline_code ⇒ Object
readonly
Returns the value of attribute network_decline_code.
-
#param ⇒ Object
readonly
Returns the value of attribute param.
-
#payment_intent ⇒ Object
readonly
Returns the value of attribute payment_intent.
-
#payment_method ⇒ Object
readonly
Returns the value of attribute payment_method.
-
#payment_method_type ⇒ Object
readonly
Returns the value of attribute payment_method_type.
-
#request_log_url ⇒ Object
readonly
Returns the value of attribute request_log_url.
-
#setup_intent ⇒ Object
readonly
Returns the value of attribute setup_intent.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#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
#charge ⇒ Object (readonly)
Returns the value of attribute charge.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def charge @charge end |
#code ⇒ Object (readonly)
Returns the value of attribute code.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def code @code end |
#decline_code ⇒ Object (readonly)
Returns the value of attribute decline_code.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def decline_code @decline_code end |
#doc_url ⇒ Object (readonly)
Returns the value of attribute doc_url.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def doc_url @doc_url end |
#message ⇒ Object (readonly)
Returns the value of attribute message.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def @message end |
#network_advice_code ⇒ Object (readonly)
Returns the value of attribute network_advice_code.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def network_advice_code @network_advice_code end |
#network_decline_code ⇒ Object (readonly)
Returns the value of attribute network_decline_code.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def network_decline_code @network_decline_code end |
#param ⇒ Object (readonly)
Returns the value of attribute param.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def param @param end |
#payment_intent ⇒ Object (readonly)
Returns the value of attribute payment_intent.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def payment_intent @payment_intent end |
#payment_method ⇒ Object (readonly)
Returns the value of attribute payment_method.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def payment_method @payment_method end |
#payment_method_type ⇒ Object (readonly)
Returns the value of attribute payment_method_type.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def payment_method_type @payment_method_type end |
#request_log_url ⇒ Object (readonly)
Returns the value of attribute request_log_url.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def request_log_url @request_log_url end |
#setup_intent ⇒ Object (readonly)
Returns the value of attribute setup_intent.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def setup_intent @setup_intent end |
#source ⇒ Object (readonly)
Returns the value of attribute source.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def source @source end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
49 50 51 |
# File 'lib/stripe/resources/payment_intent.rb', line 49 def type @type end |