Class: Stripe::Charge::Outcome
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Charge::Outcome
- Defined in:
- lib/stripe/resources/charge.rb
Defined Under Namespace
Classes: Rule
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#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.
-
#network_status ⇒ Object
readonly
Returns the value of attribute network_status.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#risk_level ⇒ Object
readonly
Returns the value of attribute risk_level.
-
#risk_score ⇒ Object
readonly
Returns the value of attribute risk_score.
-
#rule ⇒ Object
readonly
Returns the value of attribute rule.
-
#seller_message ⇒ Object
readonly
Returns the value of attribute seller_message.
-
#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
#network_advice_code ⇒ Object (readonly)
Returns the value of attribute network_advice_code.
45 46 47 |
# File 'lib/stripe/resources/charge.rb', line 45 def network_advice_code @network_advice_code end |
#network_decline_code ⇒ Object (readonly)
Returns the value of attribute network_decline_code.
45 46 47 |
# File 'lib/stripe/resources/charge.rb', line 45 def network_decline_code @network_decline_code end |
#network_status ⇒ Object (readonly)
Returns the value of attribute network_status.
45 46 47 |
# File 'lib/stripe/resources/charge.rb', line 45 def network_status @network_status end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason.
45 46 47 |
# File 'lib/stripe/resources/charge.rb', line 45 def reason @reason end |
#risk_level ⇒ Object (readonly)
Returns the value of attribute risk_level.
45 46 47 |
# File 'lib/stripe/resources/charge.rb', line 45 def risk_level @risk_level end |
#risk_score ⇒ Object (readonly)
Returns the value of attribute risk_score.
45 46 47 |
# File 'lib/stripe/resources/charge.rb', line 45 def risk_score @risk_score end |
#rule ⇒ Object (readonly)
Returns the value of attribute rule.
45 46 47 |
# File 'lib/stripe/resources/charge.rb', line 45 def rule @rule end |
#seller_message ⇒ Object (readonly)
Returns the value of attribute seller_message.
45 46 47 |
# File 'lib/stripe/resources/charge.rb', line 45 def @seller_message end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
45 46 47 |
# File 'lib/stripe/resources/charge.rb', line 45 def type @type end |