Class: Stripe::PaymentIntent::PaymentDetails::LodgingDatum::Insurance
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::PaymentDetails::LodgingDatum::Insurance
- Defined in:
- lib/stripe/resources/payment_intent.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Price of the insurance coverage in cents.
-
#currency ⇒ Object
readonly
Currency of the insurance amount.
-
#insurance_company_name ⇒ Object
readonly
Name of the insurance company.
-
#insurance_type ⇒ Object
readonly
Type of insurance coverage.
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
#amount ⇒ Object (readonly)
Price of the insurance coverage in cents.
2241 2242 2243 |
# File 'lib/stripe/resources/payment_intent.rb', line 2241 def amount @amount end |
#currency ⇒ Object (readonly)
Currency of the insurance amount.
2243 2244 2245 |
# File 'lib/stripe/resources/payment_intent.rb', line 2243 def currency @currency end |
#insurance_company_name ⇒ Object (readonly)
Name of the insurance company.
2245 2246 2247 |
# File 'lib/stripe/resources/payment_intent.rb', line 2245 def insurance_company_name @insurance_company_name end |
#insurance_type ⇒ Object (readonly)
Type of insurance coverage.
2247 2248 2249 |
# File 'lib/stripe/resources/payment_intent.rb', line 2247 def insurance_type @insurance_type end |
Class Method Details
.field_remappings ⇒ Object
2253 2254 2255 |
# File 'lib/stripe/resources/payment_intent.rb', line 2253 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
2249 2250 2251 |
# File 'lib/stripe/resources/payment_intent.rb', line 2249 def self.inner_class_types @inner_class_types = {} end |