Method: PlentyClient::Accounting.list
- Defined in:
- lib/plenty_client/accounting.rb
.list(headers = {}, &block) ⇒ Object
14 15 16 |
# File 'lib/plenty_client/accounting.rb', line 14 def list(headers = {}, &block) get(build_endpoint(LIST_VAT_CONFIGURATIONS), headers, &block) end |