Class: Stripe::PaymentIntent::PaymentDetails::EventDetails

Inherits:
StripeObject
  • Object
show all
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

Attributes inherited from StripeObject

#last_response

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_venueObject (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

#addressObject (readonly)

Returns the value of attribute address.



257
258
259
# File 'lib/stripe/resources/payment_intent.rb', line 257

def address
  @address
end

#affiliateObject (readonly)

Returns the value of attribute affiliate.



257
258
259
# File 'lib/stripe/resources/payment_intent.rb', line 257

def affiliate
  @affiliate
end

#companyObject (readonly)

Returns the value of attribute company.



257
258
259
# File 'lib/stripe/resources/payment_intent.rb', line 257

def company
  @company
end

#deliveryObject (readonly)

Returns the value of attribute delivery.



257
258
259
# File 'lib/stripe/resources/payment_intent.rb', line 257

def delivery
  @delivery
end

#ends_atObject (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

#genreObject (readonly)

Returns the value of attribute genre.



257
258
259
# File 'lib/stripe/resources/payment_intent.rb', line 257

def genre
  @genre
end

#nameObject (readonly)

Returns the value of attribute name.



257
258
259
# File 'lib/stripe/resources/payment_intent.rb', line 257

def name
  @name
end

#starts_atObject (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