Class: Stripe::Issuing::Dispute::Evidence::NotReceived
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Dispute::Evidence::NotReceived
- Defined in:
- lib/stripe/resources/issuing/dispute.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#additional_documentation ⇒ Object
readonly
Returns the value of attribute additional_documentation.
-
#expected_at ⇒ Object
readonly
Returns the value of attribute expected_at.
-
#explanation ⇒ Object
readonly
Returns the value of attribute explanation.
-
#product_description ⇒ Object
readonly
Returns the value of attribute product_description.
-
#product_type ⇒ Object
readonly
Returns the value of attribute product_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
#additional_documentation ⇒ Object (readonly)
Returns the value of attribute additional_documentation.
41 42 43 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 41 def additional_documentation @additional_documentation end |
#expected_at ⇒ Object (readonly)
Returns the value of attribute expected_at.
41 42 43 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 41 def expected_at @expected_at end |
#explanation ⇒ Object (readonly)
Returns the value of attribute explanation.
41 42 43 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 41 def explanation @explanation end |
#product_description ⇒ Object (readonly)
Returns the value of attribute product_description.
41 42 43 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 41 def product_description @product_description end |
#product_type ⇒ Object (readonly)
Returns the value of attribute product_type.
41 42 43 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 41 def product_type @product_type end |