Class: Stripe::Issuing::Dispute::Evidence::Canceled
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Dispute::Evidence::Canceled
- 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.
-
#canceled_at ⇒ Object
readonly
Returns the value of attribute canceled_at.
-
#cancellation_policy_provided ⇒ Object
readonly
Returns the value of attribute cancellation_policy_provided.
-
#cancellation_reason ⇒ Object
readonly
Returns the value of attribute cancellation_reason.
-
#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.
-
#return_status ⇒ Object
readonly
Returns the value of attribute return_status.
-
#returned_at ⇒ Object
readonly
Returns the value of attribute returned_at.
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.
21 22 23 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 21 def additional_documentation @additional_documentation end |
#canceled_at ⇒ Object (readonly)
Returns the value of attribute canceled_at.
21 22 23 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 21 def canceled_at @canceled_at end |
#cancellation_policy_provided ⇒ Object (readonly)
Returns the value of attribute cancellation_policy_provided.
21 22 23 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 21 def cancellation_policy_provided @cancellation_policy_provided end |
#cancellation_reason ⇒ Object (readonly)
Returns the value of attribute cancellation_reason.
21 22 23 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 21 def cancellation_reason @cancellation_reason end |
#expected_at ⇒ Object (readonly)
Returns the value of attribute expected_at.
21 22 23 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 21 def expected_at @expected_at end |
#explanation ⇒ Object (readonly)
Returns the value of attribute explanation.
21 22 23 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 21 def explanation @explanation end |
#product_description ⇒ Object (readonly)
Returns the value of attribute product_description.
21 22 23 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 21 def product_description @product_description end |
#product_type ⇒ Object (readonly)
Returns the value of attribute product_type.
21 22 23 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 21 def product_type @product_type end |
#return_status ⇒ Object (readonly)
Returns the value of attribute return_status.
21 22 23 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 21 def return_status @return_status end |
#returned_at ⇒ Object (readonly)
Returns the value of attribute returned_at.
21 22 23 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 21 def returned_at @returned_at end |