Class: Stripe::V2::Core::Accounts::PersonService::UpdateParams::ScriptNames
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::Accounts::PersonService::UpdateParams::ScriptNames
- Defined in:
- lib/stripe/services/v2/core/accounts/person_service.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#kana ⇒ Object
Persons name in kana script.
-
#kanji ⇒ Object
Persons name in kanji script.
Instance Method Summary collapse
-
#initialize(kana: nil, kanji: nil) ⇒ ScriptNames
constructor
A new instance of ScriptNames.
Methods inherited from RequestParams
Constructor Details
#initialize(kana: nil, kanji: nil) ⇒ ScriptNames
Returns a new instance of ScriptNames.
899 900 901 902 |
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 899 def initialize(kana: nil, kanji: nil) @kana = kana @kanji = kanji end |
Instance Attribute Details
#kana ⇒ Object
Persons name in kana script.
895 896 897 |
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 895 def kana @kana end |
#kanji ⇒ Object
Persons name in kanji script.
897 898 899 |
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 897 def kanji @kanji end |