Class: Stripe::Dispute::Evidence
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Dispute::Evidence
- Defined in:
- lib/stripe/resources/dispute.rb
Defined Under Namespace
Classes: EnhancedEvidence
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#access_activity_log ⇒ Object
readonly
Returns the value of attribute access_activity_log.
-
#billing_address ⇒ Object
readonly
Returns the value of attribute billing_address.
-
#cancellation_policy ⇒ Object
readonly
Returns the value of attribute cancellation_policy.
-
#cancellation_policy_disclosure ⇒ Object
readonly
Returns the value of attribute cancellation_policy_disclosure.
-
#cancellation_rebuttal ⇒ Object
readonly
Returns the value of attribute cancellation_rebuttal.
-
#customer_communication ⇒ Object
readonly
Returns the value of attribute customer_communication.
-
#customer_email_address ⇒ Object
readonly
Returns the value of attribute customer_email_address.
-
#customer_name ⇒ Object
readonly
Returns the value of attribute customer_name.
-
#customer_purchase_ip ⇒ Object
readonly
Returns the value of attribute customer_purchase_ip.
-
#customer_signature ⇒ Object
readonly
Returns the value of attribute customer_signature.
-
#duplicate_charge_documentation ⇒ Object
readonly
Returns the value of attribute duplicate_charge_documentation.
-
#duplicate_charge_explanation ⇒ Object
readonly
Returns the value of attribute duplicate_charge_explanation.
-
#duplicate_charge_id ⇒ Object
readonly
Returns the value of attribute duplicate_charge_id.
-
#enhanced_evidence ⇒ Object
readonly
Returns the value of attribute enhanced_evidence.
-
#product_description ⇒ Object
readonly
Returns the value of attribute product_description.
-
#receipt ⇒ Object
readonly
Returns the value of attribute receipt.
-
#refund_policy ⇒ Object
readonly
Returns the value of attribute refund_policy.
-
#refund_policy_disclosure ⇒ Object
readonly
Returns the value of attribute refund_policy_disclosure.
-
#refund_refusal_explanation ⇒ Object
readonly
Returns the value of attribute refund_refusal_explanation.
-
#service_date ⇒ Object
readonly
Returns the value of attribute service_date.
-
#service_documentation ⇒ Object
readonly
Returns the value of attribute service_documentation.
-
#shipping_address ⇒ Object
readonly
Returns the value of attribute shipping_address.
-
#shipping_carrier ⇒ Object
readonly
Returns the value of attribute shipping_carrier.
-
#shipping_date ⇒ Object
readonly
Returns the value of attribute shipping_date.
-
#shipping_documentation ⇒ Object
readonly
Returns the value of attribute shipping_documentation.
-
#shipping_tracking_number ⇒ Object
readonly
Returns the value of attribute shipping_tracking_number.
-
#uncategorized_file ⇒ Object
readonly
Returns the value of attribute uncategorized_file.
-
#uncategorized_text ⇒ Object
readonly
Returns the value of attribute uncategorized_text.
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
#access_activity_log ⇒ Object (readonly)
Returns the value of attribute access_activity_log.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def access_activity_log @access_activity_log end |
#billing_address ⇒ Object (readonly)
Returns the value of attribute billing_address.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def billing_address @billing_address end |
#cancellation_policy ⇒ Object (readonly)
Returns the value of attribute cancellation_policy.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def cancellation_policy @cancellation_policy end |
#cancellation_policy_disclosure ⇒ Object (readonly)
Returns the value of attribute cancellation_policy_disclosure.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def cancellation_policy_disclosure @cancellation_policy_disclosure end |
#cancellation_rebuttal ⇒ Object (readonly)
Returns the value of attribute cancellation_rebuttal.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def cancellation_rebuttal @cancellation_rebuttal end |
#customer_communication ⇒ Object (readonly)
Returns the value of attribute customer_communication.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def customer_communication @customer_communication end |
#customer_email_address ⇒ Object (readonly)
Returns the value of attribute customer_email_address.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def customer_email_address @customer_email_address end |
#customer_name ⇒ Object (readonly)
Returns the value of attribute customer_name.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def customer_name @customer_name end |
#customer_purchase_ip ⇒ Object (readonly)
Returns the value of attribute customer_purchase_ip.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def customer_purchase_ip @customer_purchase_ip end |
#customer_signature ⇒ Object (readonly)
Returns the value of attribute customer_signature.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def customer_signature @customer_signature end |
#duplicate_charge_documentation ⇒ Object (readonly)
Returns the value of attribute duplicate_charge_documentation.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def duplicate_charge_documentation @duplicate_charge_documentation end |
#duplicate_charge_explanation ⇒ Object (readonly)
Returns the value of attribute duplicate_charge_explanation.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def duplicate_charge_explanation @duplicate_charge_explanation end |
#duplicate_charge_id ⇒ Object (readonly)
Returns the value of attribute duplicate_charge_id.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def duplicate_charge_id @duplicate_charge_id end |
#enhanced_evidence ⇒ Object (readonly)
Returns the value of attribute enhanced_evidence.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def enhanced_evidence @enhanced_evidence end |
#product_description ⇒ Object (readonly)
Returns the value of attribute product_description.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def product_description @product_description end |
#receipt ⇒ Object (readonly)
Returns the value of attribute receipt.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def receipt @receipt end |
#refund_policy ⇒ Object (readonly)
Returns the value of attribute refund_policy.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def refund_policy @refund_policy end |
#refund_policy_disclosure ⇒ Object (readonly)
Returns the value of attribute refund_policy_disclosure.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def refund_policy_disclosure @refund_policy_disclosure end |
#refund_refusal_explanation ⇒ Object (readonly)
Returns the value of attribute refund_refusal_explanation.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def refund_refusal_explanation @refund_refusal_explanation end |
#service_date ⇒ Object (readonly)
Returns the value of attribute service_date.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def service_date @service_date end |
#service_documentation ⇒ Object (readonly)
Returns the value of attribute service_documentation.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def service_documentation @service_documentation end |
#shipping_address ⇒ Object (readonly)
Returns the value of attribute shipping_address.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def shipping_address @shipping_address end |
#shipping_carrier ⇒ Object (readonly)
Returns the value of attribute shipping_carrier.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def shipping_carrier @shipping_carrier end |
#shipping_date ⇒ Object (readonly)
Returns the value of attribute shipping_date.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def shipping_date @shipping_date end |
#shipping_documentation ⇒ Object (readonly)
Returns the value of attribute shipping_documentation.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def shipping_documentation @shipping_documentation end |
#shipping_tracking_number ⇒ Object (readonly)
Returns the value of attribute shipping_tracking_number.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def shipping_tracking_number @shipping_tracking_number end |
#uncategorized_file ⇒ Object (readonly)
Returns the value of attribute uncategorized_file.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def uncategorized_file @uncategorized_file end |
#uncategorized_text ⇒ Object (readonly)
Returns the value of attribute uncategorized_text.
39 40 41 |
# File 'lib/stripe/resources/dispute.rb', line 39 def uncategorized_text @uncategorized_text end |