Module: GenesisRuby::Api::Mixins::Requests::Financial::Cards::AccountOwnerAttributes
- Included in:
- Requests::Base::Financials::CreditCard, Requests::Financial::Cards::Credit, Requests::Wpf::Create
- Defined in:
- lib/genesis_ruby/api/mixins/requests/financial/cards/account_owner_attributes.rb
Overview
Account Owner Attributes mixin
Constant Summary collapse
- ACCOUNT_NAME_LENGTH =
35
Instance Attribute Summary collapse
-
#account_first_name ⇒ Object
Returns the value of attribute account_first_name.
-
#account_last_name ⇒ Object
Returns the value of attribute account_last_name.
-
#account_middle_name ⇒ Object
Returns the value of attribute account_middle_name.
Instance Attribute Details
#account_first_name ⇒ Object
Returns the value of attribute account_first_name.
14 15 16 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/cards/account_owner_attributes.rb', line 14 def account_first_name @account_first_name end |
#account_last_name ⇒ Object
Returns the value of attribute account_last_name.
14 15 16 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/cards/account_owner_attributes.rb', line 14 def account_last_name @account_last_name end |
#account_middle_name ⇒ Object
Returns the value of attribute account_middle_name.
14 15 16 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/cards/account_owner_attributes.rb', line 14 def account_middle_name @account_middle_name end |