Class: Stripe::V2::Core::Account::Configuration::Merchant::KonbiniPayments::Support
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::Core::Account::Configuration::Merchant::KonbiniPayments::Support
- Defined in:
- lib/stripe/resources/v2/core/account.rb
Defined Under Namespace
Classes: Hours
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#email ⇒ Object
readonly
Support email address for Konbini payments.
-
#hours ⇒ Object
readonly
Support hours for Konbini payments.
-
#phone ⇒ Object
readonly
Support phone number for Konbini payments.
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
#email ⇒ Object (readonly)
Support email address for Konbini payments.
1761 1762 1763 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1761 def email @email end |
#hours ⇒ Object (readonly)
Support hours for Konbini payments.
1763 1764 1765 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1763 def hours @hours end |
#phone ⇒ Object (readonly)
Support phone number for Konbini payments.
1765 1766 1767 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1765 def phone @phone end |
Class Method Details
.field_remappings ⇒ Object
1771 1772 1773 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1771 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
1767 1768 1769 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1767 def self.inner_class_types @inner_class_types = { hours: Hours } end |