Class: Stripe::DelegatedCheckout::RequestedSession::AffiliateAttribution::Source
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::DelegatedCheckout::RequestedSession::AffiliateAttribution::Source
- Defined in:
- lib/stripe/resources/delegated_checkout/requested_session.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#platform ⇒ Object
readonly
The platform of the attribution source.
-
#type ⇒ Object
readonly
The type of the attribution source.
-
#url ⇒ Object
readonly
The URL of the attribution source.
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
#platform ⇒ Object (readonly)
The platform of the attribution source.
461 462 463 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 461 def platform @platform end |
#type ⇒ Object (readonly)
The type of the attribution source.
463 464 465 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 463 def type @type end |
#url ⇒ Object (readonly)
The URL of the attribution source.
465 466 467 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 465 def url @url end |
Class Method Details
.field_remappings ⇒ Object
471 472 473 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 471 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
467 468 469 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 467 def self.inner_class_types @inner_class_types = {} end |