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
(ID of a [file upload](stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.
-
#expected_at ⇒ Object
readonly
Date when the cardholder expected to receive the product.
-
#explanation ⇒ Object
readonly
Explanation of why the cardholder is disputing this transaction.
-
#product_description ⇒ Object
readonly
Description of the merchandise or service that was purchased.
-
#product_type ⇒ Object
readonly
Whether the product was a merchandise or service.
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)
(ID of a [file upload](stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.
89 90 91 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 89 def additional_documentation @additional_documentation end |
#expected_at ⇒ Object (readonly)
Date when the cardholder expected to receive the product.
91 92 93 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 91 def expected_at @expected_at end |
#explanation ⇒ Object (readonly)
Explanation of why the cardholder is disputing this transaction.
93 94 95 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 93 def explanation @explanation end |
#product_description ⇒ Object (readonly)
Description of the merchandise or service that was purchased.
95 96 97 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 95 def product_description @product_description end |
#product_type ⇒ Object (readonly)
Whether the product was a merchandise or service.
97 98 99 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 97 def product_type @product_type end |