Class: Stripe::PaymentIntent::PaymentDetails::CarRental
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::PaymentDetails::CarRental
- Defined in:
- lib/stripe/resources/payment_intent.rb
Defined Under Namespace
Classes: Affiliate, Delivery, Driver, PickupAddress, ReturnAddress
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#affiliate ⇒ Object
readonly
Returns the value of attribute affiliate.
-
#booking_number ⇒ Object
readonly
Returns the value of attribute booking_number.
-
#car_class_code ⇒ Object
readonly
Returns the value of attribute car_class_code.
-
#car_make ⇒ Object
readonly
Returns the value of attribute car_make.
-
#car_model ⇒ Object
readonly
Returns the value of attribute car_model.
-
#company ⇒ Object
readonly
Returns the value of attribute company.
-
#customer_service_phone_number ⇒ Object
readonly
Returns the value of attribute customer_service_phone_number.
-
#days_rented ⇒ Object
readonly
Returns the value of attribute days_rented.
-
#delivery ⇒ Object
readonly
Returns the value of attribute delivery.
-
#drivers ⇒ Object
readonly
Returns the value of attribute drivers.
-
#extra_charges ⇒ Object
readonly
Returns the value of attribute extra_charges.
-
#no_show ⇒ Object
readonly
Returns the value of attribute no_show.
-
#pickup_address ⇒ Object
readonly
Returns the value of attribute pickup_address.
-
#pickup_at ⇒ Object
readonly
Returns the value of attribute pickup_at.
-
#rate_amount ⇒ Object
readonly
Returns the value of attribute rate_amount.
-
#rate_interval ⇒ Object
readonly
Returns the value of attribute rate_interval.
-
#renter_name ⇒ Object
readonly
Returns the value of attribute renter_name.
-
#return_address ⇒ Object
readonly
Returns the value of attribute return_address.
-
#return_at ⇒ Object
readonly
Returns the value of attribute return_at.
-
#tax_exempt ⇒ Object
readonly
Returns the value of attribute tax_exempt.
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
#affiliate ⇒ Object (readonly)
Returns the value of attribute affiliate.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def affiliate @affiliate end |
#booking_number ⇒ Object (readonly)
Returns the value of attribute booking_number.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def booking_number @booking_number end |
#car_class_code ⇒ Object (readonly)
Returns the value of attribute car_class_code.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def car_class_code @car_class_code end |
#car_make ⇒ Object (readonly)
Returns the value of attribute car_make.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def car_make @car_make end |
#car_model ⇒ Object (readonly)
Returns the value of attribute car_model.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def car_model @car_model end |
#company ⇒ Object (readonly)
Returns the value of attribute company.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def company @company end |
#customer_service_phone_number ⇒ Object (readonly)
Returns the value of attribute customer_service_phone_number.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def customer_service_phone_number @customer_service_phone_number end |
#days_rented ⇒ Object (readonly)
Returns the value of attribute days_rented.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def days_rented @days_rented end |
#delivery ⇒ Object (readonly)
Returns the value of attribute delivery.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def delivery @delivery end |
#drivers ⇒ Object (readonly)
Returns the value of attribute drivers.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def drivers @drivers end |
#extra_charges ⇒ Object (readonly)
Returns the value of attribute extra_charges.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def extra_charges @extra_charges end |
#no_show ⇒ Object (readonly)
Returns the value of attribute no_show.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def no_show @no_show end |
#pickup_address ⇒ Object (readonly)
Returns the value of attribute pickup_address.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def pickup_address @pickup_address end |
#pickup_at ⇒ Object (readonly)
Returns the value of attribute pickup_at.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def pickup_at @pickup_at end |
#rate_amount ⇒ Object (readonly)
Returns the value of attribute rate_amount.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def rate_amount @rate_amount end |
#rate_interval ⇒ Object (readonly)
Returns the value of attribute rate_interval.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def rate_interval @rate_interval end |
#renter_name ⇒ Object (readonly)
Returns the value of attribute renter_name.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def renter_name @renter_name end |
#return_address ⇒ Object (readonly)
Returns the value of attribute return_address.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def return_address @return_address end |
#return_at ⇒ Object (readonly)
Returns the value of attribute return_at.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def return_at @return_at end |
#tax_exempt ⇒ Object (readonly)
Returns the value of attribute tax_exempt.
239 240 241 |
# File 'lib/stripe/resources/payment_intent.rb', line 239 def tax_exempt @tax_exempt end |