Class: Stripe::PaymentIntent::NextAction::KonbiniDisplayDetails::Stores
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::NextAction::KonbiniDisplayDetails::Stores
- Defined in:
- lib/stripe/resources/payment_intent.rb
Defined Under Namespace
Classes: Familymart, Lawson, Ministop, Seicomart
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#familymart ⇒ Object
readonly
Returns the value of attribute familymart.
-
#lawson ⇒ Object
readonly
Returns the value of attribute lawson.
-
#ministop ⇒ Object
readonly
Returns the value of attribute ministop.
-
#seicomart ⇒ Object
readonly
Returns the value of attribute seicomart.
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
#familymart ⇒ Object (readonly)
Returns the value of attribute familymart.
161 162 163 |
# File 'lib/stripe/resources/payment_intent.rb', line 161 def familymart @familymart end |
#lawson ⇒ Object (readonly)
Returns the value of attribute lawson.
161 162 163 |
# File 'lib/stripe/resources/payment_intent.rb', line 161 def lawson @lawson end |
#ministop ⇒ Object (readonly)
Returns the value of attribute ministop.
161 162 163 |
# File 'lib/stripe/resources/payment_intent.rb', line 161 def ministop @ministop end |
#seicomart ⇒ Object (readonly)
Returns the value of attribute seicomart.
161 162 163 |
# File 'lib/stripe/resources/payment_intent.rb', line 161 def seicomart @seicomart end |