Class: Stripe::Charge::Outcome

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

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

#network_advice_codeObject (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_codeObject (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_statusObject (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

#reasonObject (readonly)

Returns the value of attribute reason.



45
46
47
# File 'lib/stripe/resources/charge.rb', line 45

def reason
  @reason
end

#risk_levelObject (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_scoreObject (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

#ruleObject (readonly)

Returns the value of attribute rule.



45
46
47
# File 'lib/stripe/resources/charge.rb', line 45

def rule
  @rule
end

#seller_messageObject (readonly)

Returns the value of attribute seller_message.



45
46
47
# File 'lib/stripe/resources/charge.rb', line 45

def seller_message
  @seller_message
end

#typeObject (readonly)

Returns the value of attribute type.



45
46
47
# File 'lib/stripe/resources/charge.rb', line 45

def type
  @type
end