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, #_get_union_variant_class, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #hash, #initialize, inner_class_union_variant_types, #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.
1794 1795 1796 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1794 def email @email end |
#hours ⇒ Object (readonly)
Support hours for Konbini payments.
1796 1797 1798 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1796 def hours @hours end |
#phone ⇒ Object (readonly)
Support phone number for Konbini payments.
1798 1799 1800 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1798 def phone @phone end |
Class Method Details
.field_remappings ⇒ Object
1804 1805 1806 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1804 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
1800 1801 1802 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1800 def self.inner_class_types @inner_class_types = { hours: Hours } end |