Class: Stripe::Dispute::Evidence

Inherits:
StripeObject show all
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

Attributes inherited from StripeObject

#last_response

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_logObject (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_addressObject (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_policyObject (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_disclosureObject (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_rebuttalObject (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_communicationObject (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_addressObject (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_nameObject (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_ipObject (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_signatureObject (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_documentationObject (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_explanationObject (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_idObject (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_evidenceObject (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_descriptionObject (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

#receiptObject (readonly)

Returns the value of attribute receipt.



39
40
41
# File 'lib/stripe/resources/dispute.rb', line 39

def receipt
  @receipt
end

#refund_policyObject (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_disclosureObject (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_explanationObject (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_dateObject (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_documentationObject (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_addressObject (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_carrierObject (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_dateObject (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_documentationObject (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_numberObject (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_fileObject (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_textObject (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