Class: Stripe::Dispute::PaymentMethodDetails::Paypal
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Dispute::PaymentMethodDetails::Paypal
- Defined in:
- lib/stripe/resources/dispute.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#case_id ⇒ Object
readonly
Returns the value of attribute case_id.
-
#reason_code ⇒ Object
readonly
Returns the value of attribute reason_code.
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
#case_id ⇒ Object (readonly)
Returns the value of attribute case_id.
66 67 68 |
# File 'lib/stripe/resources/dispute.rb', line 66 def case_id @case_id end |
#reason_code ⇒ Object (readonly)
Returns the value of attribute reason_code.
66 67 68 |
# File 'lib/stripe/resources/dispute.rb', line 66 def reason_code @reason_code end |