Class: Stripe::DelegatedCheckout::RequestedSession::OrderDetails
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::DelegatedCheckout::RequestedSession::OrderDetails
- Defined in:
- lib/stripe/resources/delegated_checkout/requested_session.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#order_id ⇒ Object
readonly
The seller’s order identifier.
-
#order_status_url ⇒ Object
readonly
The URL to the order status.
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
#order_id ⇒ Object (readonly)
The seller’s order identifier.
225 226 227 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 225 def order_id @order_id end |
#order_status_url ⇒ Object (readonly)
The URL to the order status.
227 228 229 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 227 def order_status_url @order_status_url end |
Class Method Details
.field_remappings ⇒ Object
233 234 235 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 233 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
229 230 231 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 229 def self.inner_class_types @inner_class_types = {} end |