Class: Stripe::PaymentIntent::PaymentDetails::CarRentalDatum::Affiliate
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::PaymentDetails::CarRentalDatum::Affiliate
- Defined in:
- lib/stripe/resources/payment_intent.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Affiliate code.
-
#name ⇒ Object
readonly
Affiliate name.
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?, field_encodings, #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
#code ⇒ Object (readonly)
Affiliate code.
1541 1542 1543 |
# File 'lib/stripe/resources/payment_intent.rb', line 1541 def code @code end |
#name ⇒ Object (readonly)
Affiliate name.
1543 1544 1545 |
# File 'lib/stripe/resources/payment_intent.rb', line 1543 def name @name end |
Class Method Details
.field_remappings ⇒ Object
1549 1550 1551 |
# File 'lib/stripe/resources/payment_intent.rb', line 1549 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
1545 1546 1547 |
# File 'lib/stripe/resources/payment_intent.rb', line 1545 def self.inner_class_types @inner_class_types = {} end |