Class: GenesisRuby::Api::Requests::NonFinancial::Payee::List

Inherits:
GenesisRuby::Api::Request show all
Defined in:
lib/genesis_ruby/api/requests/non_financial/payee/list.rb

Overview

Retrieve the details of all Payees.

Constant Summary collapse

REQUEST_PATH =
'payee'

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

Attributes inherited from GenesisRuby::Api::Request

#api_config

Instance Method Summary collapse

Methods inherited from GenesisRuby::Api::Request

#build_document

Constructor Details

#initialize(configuration, _builder_interface = nil) ⇒ List

Returns a new instance of List.



13
14
15
# File 'lib/genesis_ruby/api/requests/non_financial/payee/list.rb', line 13

def initialize(configuration, _builder_interface = nil)
  super configuration, Builder::JSON
end