Class: GenesisRuby::Api::Requests::NonFinancial::Payee::ListPayeeOwners
- Inherits:
-
Base::NonFinancial::Payee::Base
- Object
- GenesisRuby::Api::Request
- Base::NonFinancial::Payee::Base
- GenesisRuby::Api::Requests::NonFinancial::Payee::ListPayeeOwners
- Defined in:
- lib/genesis_ruby/api/requests/non_financial/payee/list_payee_owners.rb
Overview
Retrieve the details of all Owner 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
-
#payee_unique_id ⇒ Object
Returns the value of attribute payee_unique_id.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from GenesisRuby::Api::Request
Instance Method Summary collapse
-
#initialize(configuration, _builder_interface = nil) ⇒ ListPayeeOwners
constructor
List Payee Owners initialization.
Methods inherited from GenesisRuby::Api::Request
Constructor Details
#initialize(configuration, _builder_interface = nil) ⇒ ListPayeeOwners
List Payee Owners initialization
14 15 16 17 18 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/list_payee_owners.rb', line 14 def initialize(configuration, _builder_interface = nil) super configuration self.request_path = 'payee/:payee_unique_id/owners' end |
Instance Attribute Details
#payee_unique_id ⇒ Object
Returns the value of attribute payee_unique_id.
11 12 13 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/list_payee_owners.rb', line 11 def payee_unique_id @payee_unique_id end |
#type ⇒ Object
Returns the value of attribute type.
11 12 13 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/list_payee_owners.rb', line 11 def type @type end |