Class: Stripe::Issuing::Dispute::Evidence::Duplicate
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Dispute::Evidence::Duplicate
- 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.
-
#card_statement ⇒ Object
readonly
(ID of a [file upload](stripe.com/docs/guides/file-upload)) Copy of the card statement showing that the product had already been paid for.
-
#cash_receipt ⇒ Object
readonly
(ID of a [file upload](stripe.com/docs/guides/file-upload)) Copy of the receipt showing that the product had been paid for in cash.
-
#check_image ⇒ Object
readonly
(ID of a [file upload](stripe.com/docs/guides/file-upload)) Image of the front and back of the check that was used to pay for the product.
-
#explanation ⇒ Object
readonly
Explanation of why the cardholder is disputing this transaction.
-
#original_transaction ⇒ Object
readonly
Transaction (e.g., ipi_…) that the disputed transaction is a duplicate of.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, 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.
53 54 55 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 53 def additional_documentation @additional_documentation end |
#card_statement ⇒ Object (readonly)
(ID of a [file upload](stripe.com/docs/guides/file-upload)) Copy of the card statement showing that the product had already been paid for.
55 56 57 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 55 def card_statement @card_statement end |
#cash_receipt ⇒ Object (readonly)
(ID of a [file upload](stripe.com/docs/guides/file-upload)) Copy of the receipt showing that the product had been paid for in cash.
57 58 59 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 57 def cash_receipt @cash_receipt end |
#check_image ⇒ Object (readonly)
(ID of a [file upload](stripe.com/docs/guides/file-upload)) Image of the front and back of the check that was used to pay for the product.
59 60 61 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 59 def check_image @check_image end |
#explanation ⇒ Object (readonly)
Explanation of why the cardholder is disputing this transaction.
61 62 63 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 61 def explanation @explanation end |
#original_transaction ⇒ Object (readonly)
Transaction (e.g., ipi_…) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one.
63 64 65 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 63 def original_transaction @original_transaction end |
Class Method Details
.field_remappings ⇒ Object
69 70 71 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 69 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
65 66 67 |
# File 'lib/stripe/resources/issuing/dispute.rb', line 65 def self.inner_class_types @inner_class_types = {} end |