Class: Stripe::Charge::PaymentMethodDetails::Paypal::SellerProtection
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Charge::PaymentMethodDetails::Paypal::SellerProtection
- Defined in:
- lib/stripe/resources/charge.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#dispute_categories ⇒ Object
readonly
An array of conditions that are covered for the transaction, if applicable.
-
#status ⇒ Object
readonly
Indicates whether the transaction is eligible for PayPal’s seller protection.
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
#dispute_categories ⇒ Object (readonly)
An array of conditions that are covered for the transaction, if applicable.
1540 1541 1542 |
# File 'lib/stripe/resources/charge.rb', line 1540 def dispute_categories @dispute_categories end |
#status ⇒ Object (readonly)
Indicates whether the transaction is eligible for PayPal’s seller protection.
1542 1543 1544 |
# File 'lib/stripe/resources/charge.rb', line 1542 def status @status end |
Class Method Details
.field_remappings ⇒ Object
1548 1549 1550 |
# File 'lib/stripe/resources/charge.rb', line 1548 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
1544 1545 1546 |
# File 'lib/stripe/resources/charge.rb', line 1544 def self.inner_class_types @inner_class_types = {} end |