Class: K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::MobileWallet

Inherits:
RecipientRequest
  • Object
show all
Includes:
ActiveModel::Validations
Defined in:
lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/mobile_wallet.rb

Instance Attribute Summary collapse

Attributes inherited from RecipientRequest

#nickname, #type

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

#emailObject

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_nameObject

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_nameObject

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

#networkObject

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_numberObject

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