Module: GenesisRuby::Api::Mixins::Requests::Financial::FundingAttributes
- Included in:
- Requests::Financial::Cards::Authorize, Requests::Financial::Cards::Authorize3d, Requests::Financial::Cards::Sale, Requests::Financial::Cards::Sale3d, Requests::Financial::Mobile::ApplePay, Requests::Financial::Mobile::GooglePay, Requests::Wpf::Create
- Defined in:
- lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb
Overview
Mixin Funding Attributes
Instance Attribute Summary collapse
-
#funding_business_application_identifier ⇒ Object
Returns the value of attribute funding_business_application_identifier.
-
#funding_identifier_type ⇒ Object
Returns the value of attribute funding_identifier_type.
-
#funding_receiver_account_number ⇒ Object
Returns the value of attribute funding_receiver_account_number.
-
#funding_receiver_account_number_type ⇒ Object
Returns the value of attribute funding_receiver_account_number_type.
-
#funding_receiver_address ⇒ Object
Returns the value of attribute funding_receiver_address.
-
#funding_receiver_city ⇒ Object
Returns the value of attribute funding_receiver_city.
-
#funding_receiver_country ⇒ Object
Returns the value of attribute funding_receiver_country.
-
#funding_receiver_first_name ⇒ Object
Returns the value of attribute funding_receiver_first_name.
-
#funding_receiver_last_name ⇒ Object
Returns the value of attribute funding_receiver_last_name.
-
#funding_receiver_state ⇒ Object
Returns the value of attribute funding_receiver_state.
-
#funding_sender_address ⇒ Object
Returns the value of attribute funding_sender_address.
-
#funding_sender_city ⇒ Object
Returns the value of attribute funding_sender_city.
-
#funding_sender_country ⇒ Object
Returns the value of attribute funding_sender_country.
-
#funding_sender_name ⇒ Object
Returns the value of attribute funding_sender_name.
-
#funding_sender_reference_number ⇒ Object
Returns the value of attribute funding_sender_reference_number.
-
#funding_sender_state ⇒ Object
Returns the value of attribute funding_sender_state.
Instance Attribute Details
#funding_business_application_identifier ⇒ Object
Returns the value of attribute funding_business_application_identifier.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_business_application_identifier @funding_business_application_identifier end |
#funding_identifier_type ⇒ Object
Returns the value of attribute funding_identifier_type.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_identifier_type @funding_identifier_type end |
#funding_receiver_account_number ⇒ Object
Returns the value of attribute funding_receiver_account_number.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_receiver_account_number @funding_receiver_account_number end |
#funding_receiver_account_number_type ⇒ Object
Returns the value of attribute funding_receiver_account_number_type.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_receiver_account_number_type @funding_receiver_account_number_type end |
#funding_receiver_address ⇒ Object
Returns the value of attribute funding_receiver_address.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_receiver_address @funding_receiver_address end |
#funding_receiver_city ⇒ Object
Returns the value of attribute funding_receiver_city.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_receiver_city @funding_receiver_city end |
#funding_receiver_country ⇒ Object
Returns the value of attribute funding_receiver_country.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_receiver_country @funding_receiver_country end |
#funding_receiver_first_name ⇒ Object
Returns the value of attribute funding_receiver_first_name.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_receiver_first_name @funding_receiver_first_name end |
#funding_receiver_last_name ⇒ Object
Returns the value of attribute funding_receiver_last_name.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_receiver_last_name @funding_receiver_last_name end |
#funding_receiver_state ⇒ Object
Returns the value of attribute funding_receiver_state.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_receiver_state @funding_receiver_state end |
#funding_sender_address ⇒ Object
Returns the value of attribute funding_sender_address.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_sender_address @funding_sender_address end |
#funding_sender_city ⇒ Object
Returns the value of attribute funding_sender_city.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_sender_city @funding_sender_city end |
#funding_sender_country ⇒ Object
Returns the value of attribute funding_sender_country.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_sender_country @funding_sender_country end |
#funding_sender_name ⇒ Object
Returns the value of attribute funding_sender_name.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_sender_name @funding_sender_name end |
#funding_sender_reference_number ⇒ Object
Returns the value of attribute funding_sender_reference_number.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_sender_reference_number @funding_sender_reference_number end |
#funding_sender_state ⇒ Object
Returns the value of attribute funding_sender_state.
15 16 17 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/funding_attributes.rb', line 15 def funding_sender_state @funding_sender_state end |