Class: Stripe::V2::Core::Account::Configuration::Merchant::ScriptStatementDescriptor
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::Core::Account::Configuration::Merchant::ScriptStatementDescriptor
- Defined in:
- lib/stripe/resources/v2/core/account.rb
Defined Under Namespace
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#kana ⇒ Object
readonly
The Kana variation of statement_descriptor used for charges in Japan.
-
#kanji ⇒ Object
readonly
The Kanji variation of statement_descriptor used for charges in Japan.
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
#kana ⇒ Object (readonly)
The Kana variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have [special requirements](docs.stripe.com/get-started/account/statement-descriptors#set-japanese-statement-descriptors).
1818 1819 1820 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1818 def kana @kana end |
#kanji ⇒ Object (readonly)
The Kanji variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have [special requirements](docs.stripe.com/get-started/account/statement-descriptors#set-japanese-statement-descriptors).
1820 1821 1822 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1820 def kanji @kanji end |
Class Method Details
.field_remappings ⇒ Object
1826 1827 1828 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1826 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
1822 1823 1824 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1822 def self.inner_class_types @inner_class_types = { kana: Kana, kanji: Kanji } end |