Class: K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::MobileWallet
- Inherits:
-
RecipientRequest
- Object
- RecipientRequest
- K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::MobileWallet
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/mobile_wallet.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#network ⇒ Object
Returns the value of attribute network.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
Attributes inherited from RecipientRequest
Method Summary
Methods inherited from RecipientRequest
#endpoint, #initialize, #request_body
Constructor Details
This class inherits a constructor from K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::RecipientRequest
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/mobile_wallet.rb', line 10 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/mobile_wallet.rb', line 10 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/mobile_wallet.rb', line 10 def last_name @last_name end |
#network ⇒ Object
Returns the value of attribute network.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/mobile_wallet.rb', line 10 def network @network end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/mobile_wallet.rb', line 10 def phone_number @phone_number end |