Class: Stripe::PaymentIntent::PaymentDetails::EventDetails
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::PaymentDetails::EventDetails
- Defined in:
- lib/stripe/resources/payment_intent.rb
Defined Under Namespace
Classes: Address, Affiliate, Delivery
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#access_controlled_venue ⇒ Object
readonly
Returns the value of attribute access_controlled_venue.
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#affiliate ⇒ Object
readonly
Returns the value of attribute affiliate.
-
#company ⇒ Object
readonly
Returns the value of attribute company.
-
#delivery ⇒ Object
readonly
Returns the value of attribute delivery.
-
#ends_at ⇒ Object
readonly
Returns the value of attribute ends_at.
-
#genre ⇒ Object
readonly
Returns the value of attribute genre.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#starts_at ⇒ Object
readonly
Returns the value of attribute starts_at.
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
#access_controlled_venue ⇒ Object (readonly)
Returns the value of attribute access_controlled_venue.
257 258 259 |
# File 'lib/stripe/resources/payment_intent.rb', line 257 def access_controlled_venue @access_controlled_venue end |
#address ⇒ Object (readonly)
Returns the value of attribute address.
257 258 259 |
# File 'lib/stripe/resources/payment_intent.rb', line 257 def address @address end |
#affiliate ⇒ Object (readonly)
Returns the value of attribute affiliate.
257 258 259 |
# File 'lib/stripe/resources/payment_intent.rb', line 257 def affiliate @affiliate end |
#company ⇒ Object (readonly)
Returns the value of attribute company.
257 258 259 |
# File 'lib/stripe/resources/payment_intent.rb', line 257 def company @company end |
#delivery ⇒ Object (readonly)
Returns the value of attribute delivery.
257 258 259 |
# File 'lib/stripe/resources/payment_intent.rb', line 257 def delivery @delivery end |
#ends_at ⇒ Object (readonly)
Returns the value of attribute ends_at.
257 258 259 |
# File 'lib/stripe/resources/payment_intent.rb', line 257 def ends_at @ends_at end |
#genre ⇒ Object (readonly)
Returns the value of attribute genre.
257 258 259 |
# File 'lib/stripe/resources/payment_intent.rb', line 257 def genre @genre end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
257 258 259 |
# File 'lib/stripe/resources/payment_intent.rb', line 257 def name @name end |
#starts_at ⇒ Object (readonly)
Returns the value of attribute starts_at.
257 258 259 |
# File 'lib/stripe/resources/payment_intent.rb', line 257 def starts_at @starts_at end |