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
Returns the value of attribute charge.
-
#customer_account_id ⇒ Object
readonly
Returns the value of attribute customer_account_id.
-
#customer_device_fingerprint ⇒ Object
readonly
Returns the value of attribute customer_device_fingerprint.
-
#customer_device_id ⇒ Object
readonly
Returns the value of attribute customer_device_id.
-
#customer_email_address ⇒ Object
readonly
Returns the value of attribute customer_email_address.
-
#customer_purchase_ip ⇒ Object
readonly
Returns the value of attribute customer_purchase_ip.
-
#product_description ⇒ Object
readonly
Returns the value of attribute product_description.
-
#shipping_address ⇒ Object
readonly
Returns the value of attribute shipping_address.
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
#charge ⇒ Object (readonly)
Returns the value of attribute charge.
33 34 35 |
# File 'lib/stripe/resources/dispute.rb', line 33 def charge @charge end |
#customer_account_id ⇒ Object (readonly)
Returns the value of attribute customer_account_id.
33 34 35 |
# File 'lib/stripe/resources/dispute.rb', line 33 def customer_account_id @customer_account_id end |
#customer_device_fingerprint ⇒ Object (readonly)
Returns the value of attribute customer_device_fingerprint.
33 34 35 |
# File 'lib/stripe/resources/dispute.rb', line 33 def customer_device_fingerprint @customer_device_fingerprint end |
#customer_device_id ⇒ Object (readonly)
Returns the value of attribute customer_device_id.
33 34 35 |
# File 'lib/stripe/resources/dispute.rb', line 33 def customer_device_id @customer_device_id end |
#customer_email_address ⇒ Object (readonly)
Returns the value of attribute customer_email_address.
33 34 35 |
# File 'lib/stripe/resources/dispute.rb', line 33 def customer_email_address @customer_email_address end |
#customer_purchase_ip ⇒ Object (readonly)
Returns the value of attribute customer_purchase_ip.
33 34 35 |
# File 'lib/stripe/resources/dispute.rb', line 33 def customer_purchase_ip @customer_purchase_ip end |
#product_description ⇒ Object (readonly)
Returns the value of attribute product_description.
33 34 35 |
# File 'lib/stripe/resources/dispute.rb', line 33 def product_description @product_description end |
#shipping_address ⇒ Object (readonly)
Returns the value of attribute shipping_address.
33 34 35 |
# File 'lib/stripe/resources/dispute.rb', line 33 def shipping_address @shipping_address end |