Class: Stripe::Dispute::EvidenceDetails
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Dispute::EvidenceDetails
- Defined in:
- lib/stripe/resources/dispute.rb
Defined Under Namespace
Classes: EnhancedEligibility
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#due_by ⇒ Object
readonly
Returns the value of attribute due_by.
-
#enhanced_eligibility ⇒ Object
readonly
Returns the value of attribute enhanced_eligibility.
-
#has_evidence ⇒ Object
readonly
Returns the value of attribute has_evidence.
-
#past_due ⇒ Object
readonly
Returns the value of attribute past_due.
-
#submission_count ⇒ Object
readonly
Returns the value of attribute submission_count.
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
#due_by ⇒ Object (readonly)
Returns the value of attribute due_by.
49 50 51 |
# File 'lib/stripe/resources/dispute.rb', line 49 def due_by @due_by end |
#enhanced_eligibility ⇒ Object (readonly)
Returns the value of attribute enhanced_eligibility.
49 50 51 |
# File 'lib/stripe/resources/dispute.rb', line 49 def enhanced_eligibility @enhanced_eligibility end |
#has_evidence ⇒ Object (readonly)
Returns the value of attribute has_evidence.
49 50 51 |
# File 'lib/stripe/resources/dispute.rb', line 49 def has_evidence @has_evidence end |
#past_due ⇒ Object (readonly)
Returns the value of attribute past_due.
49 50 51 |
# File 'lib/stripe/resources/dispute.rb', line 49 def past_due @past_due end |
#submission_count ⇒ Object (readonly)
Returns the value of attribute submission_count.
49 50 51 |
# File 'lib/stripe/resources/dispute.rb', line 49 def submission_count @submission_count end |