Class: Stripe::Dispute::Evidence::EnhancedEvidence::VisaCompellingEvidence3::PriorUndisputedTransaction
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Dispute::Evidence::EnhancedEvidence::VisaCompellingEvidence3::PriorUndisputedTransaction
- Defined in:
- lib/stripe/resources/dispute.rb
Defined Under Namespace
Classes: ShippingAddress
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#charge ⇒ Object
readonly
Stripe charge ID for the Visa Compelling Evidence 3.0 eligible prior charge.
-
#customer_account_id ⇒ Object
readonly
User Account ID used to log into business platform.
-
#customer_device_fingerprint ⇒ Object
readonly
Unique identifier of the cardholder’s device derived from a combination of at least two hardware and software attributes.
-
#customer_device_id ⇒ Object
readonly
Unique identifier of the cardholder’s device such as a device serial number (e.g., International Mobile Equipment Identity [IMEI]).
-
#customer_email_address ⇒ Object
readonly
The email address of the customer.
-
#customer_purchase_ip ⇒ Object
readonly
The IP address that the customer used when making the purchase.
-
#product_description ⇒ Object
readonly
A description of the product or service that was sold.
-
#shipping_address ⇒ Object
readonly
The address to which a physical product was shipped.
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
#charge ⇒ Object (readonly)
Stripe charge ID for the Visa Compelling Evidence 3.0 eligible prior charge.
95 96 97 |
# File 'lib/stripe/resources/dispute.rb', line 95 def charge @charge end |
#customer_account_id ⇒ Object (readonly)
User Account ID used to log into business platform. Must be recognizable by the user.
97 98 99 |
# File 'lib/stripe/resources/dispute.rb', line 97 def customer_account_id @customer_account_id end |
#customer_device_fingerprint ⇒ Object (readonly)
Unique identifier of the cardholder’s device derived from a combination of at least two hardware and software attributes. Must be at least 20 characters.
99 100 101 |
# File 'lib/stripe/resources/dispute.rb', line 99 def customer_device_fingerprint @customer_device_fingerprint end |
#customer_device_id ⇒ Object (readonly)
Unique identifier of the cardholder’s device such as a device serial number (e.g., International Mobile Equipment Identity [IMEI]). Must be at least 15 characters.
101 102 103 |
# File 'lib/stripe/resources/dispute.rb', line 101 def customer_device_id @customer_device_id end |
#customer_email_address ⇒ Object (readonly)
The email address of the customer.
103 104 105 |
# File 'lib/stripe/resources/dispute.rb', line 103 def customer_email_address @customer_email_address end |
#customer_purchase_ip ⇒ Object (readonly)
The IP address that the customer used when making the purchase.
105 106 107 |
# File 'lib/stripe/resources/dispute.rb', line 105 def customer_purchase_ip @customer_purchase_ip end |
#product_description ⇒ Object (readonly)
A description of the product or service that was sold.
107 108 109 |
# File 'lib/stripe/resources/dispute.rb', line 107 def product_description @product_description end |
#shipping_address ⇒ Object (readonly)
The address to which a physical product was shipped. All fields are required for Visa Compelling Evidence 3.0 evidence submission.
109 110 111 |
# File 'lib/stripe/resources/dispute.rb', line 109 def shipping_address @shipping_address end |
Class Method Details
.field_remappings ⇒ Object
115 116 117 |
# File 'lib/stripe/resources/dispute.rb', line 115 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
111 112 113 |
# File 'lib/stripe/resources/dispute.rb', line 111 def self.inner_class_types @inner_class_types = { shipping_address: ShippingAddress } end |