Class: Stripe::DelegatedCheckout::RequestedSession::TotalDetails
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::DelegatedCheckout::RequestedSession::TotalDetails
- Defined in:
- lib/stripe/resources/delegated_checkout/requested_session.rb
Defined Under Namespace
Classes: ApplicableFee
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amount_discount ⇒ Object
readonly
The amount discount of the total details.
-
#amount_fulfillment ⇒ Object
readonly
The amount fulfillment of the total details.
-
#amount_tax ⇒ Object
readonly
The amount tax of the total details.
-
#applicable_fees ⇒ Object
readonly
The applicable fees of the total details.
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_discount ⇒ Object (readonly)
The amount discount of the total details.
283 284 285 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 283 def amount_discount @amount_discount end |
#amount_fulfillment ⇒ Object (readonly)
The amount fulfillment of the total details.
285 286 287 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 285 def amount_fulfillment @amount_fulfillment end |
#amount_tax ⇒ Object (readonly)
The amount tax of the total details.
287 288 289 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 287 def amount_tax @amount_tax end |
#applicable_fees ⇒ Object (readonly)
The applicable fees of the total details.
289 290 291 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 289 def applicable_fees @applicable_fees end |
Class Method Details
.field_remappings ⇒ Object
295 296 297 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 295 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
291 292 293 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 291 def self.inner_class_types @inner_class_types = { applicable_fees: ApplicableFee } end |