Class: GenesisRuby::Api::Requests::NonFinancial::Payee::Account::List
- Inherits:
-
Base::Versioned
- Object
- GenesisRuby::Api::Request
- Base::Versioned
- GenesisRuby::Api::Requests::NonFinancial::Payee::Account::List
- Defined in:
- lib/genesis_ruby/api/requests/non_financial/payee/account/list.rb
Overview
Retrieve the details of all Account records that belongs to specific Payee.
Constant Summary
Constants inherited from GenesisRuby::Api::Request
GenesisRuby::Api::Request::AUTH_TYPE_BASIC, GenesisRuby::Api::Request::AUTH_TYPE_TOKEN, GenesisRuby::Api::Request::METHOD_DELETE, GenesisRuby::Api::Request::METHOD_GET, GenesisRuby::Api::Request::METHOD_PATCH, GenesisRuby::Api::Request::METHOD_POST, GenesisRuby::Api::Request::METHOD_PUT, GenesisRuby::Api::Request::PORT_HTTPS, GenesisRuby::Api::Request::PROTOCOL_HTTPS
Instance Attribute Summary collapse
-
#institution_code_eq ⇒ Object
Returns the value of attribute institution_code_eq.
-
#number_eq ⇒ Object
Returns the value of attribute number_eq.
-
#payee_unique_id ⇒ Object
Returns the value of attribute payee_unique_id.
-
#type_eq ⇒ Object
Returns the value of attribute type_eq.
Attributes inherited from Base::Versioned
Attributes inherited from GenesisRuby::Api::Request
Instance Method Summary collapse
-
#initialize(configuration, _builder_interface = nil) ⇒ List
constructor
Retrieve Payee initialization.
Methods inherited from GenesisRuby::Api::Request
Constructor Details
#initialize(configuration, _builder_interface = nil) ⇒ List
Retrieve Payee initialization
15 16 17 18 19 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/account/list.rb', line 15 def initialize(configuration, _builder_interface = nil) super configuration self.request_path = 'payee/:payee_unique_id/account' end |
Instance Attribute Details
#institution_code_eq ⇒ Object
Returns the value of attribute institution_code_eq.
12 13 14 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/account/list.rb', line 12 def institution_code_eq @institution_code_eq end |
#number_eq ⇒ Object
Returns the value of attribute number_eq.
12 13 14 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/account/list.rb', line 12 def number_eq @number_eq end |
#payee_unique_id ⇒ Object
Returns the value of attribute payee_unique_id.
12 13 14 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/account/list.rb', line 12 def payee_unique_id @payee_unique_id end |
#type_eq ⇒ Object
Returns the value of attribute type_eq.
12 13 14 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/account/list.rb', line 12 def type_eq @type_eq end |