Class: Stripe::PaymentIntent::PaymentDetails::CarRental

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

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

#affiliateObject (readonly)

Returns the value of attribute affiliate.



239
240
241
# File 'lib/stripe/resources/payment_intent.rb', line 239

def affiliate
  @affiliate
end

#booking_numberObject (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_codeObject (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_makeObject (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_modelObject (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

#companyObject (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_numberObject (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_rentedObject (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

#deliveryObject (readonly)

Returns the value of attribute delivery.



239
240
241
# File 'lib/stripe/resources/payment_intent.rb', line 239

def delivery
  @delivery
end

#driversObject (readonly)

Returns the value of attribute drivers.



239
240
241
# File 'lib/stripe/resources/payment_intent.rb', line 239

def drivers
  @drivers
end

#extra_chargesObject (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_showObject (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_addressObject (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_atObject (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_amountObject (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_intervalObject (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_nameObject (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_addressObject (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_atObject (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_exemptObject (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