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).
2350 2351 2352 |
# File 'lib/stripe/resources/v2/core/account.rb', line 2350 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).
2352 2353 2354 |
# File 'lib/stripe/resources/v2/core/account.rb', line 2352 def kanji @kanji end |
Class Method Details
.field_remappings ⇒ Object
2358 2359 2360 |
# File 'lib/stripe/resources/v2/core/account.rb', line 2358 def self.field_remappings @field_remappings = {} end |