Method: TransferZero::DocumentsApi#get_documents
- Defined in:
- lib/transferzero-sdk/api/documents_api.rb
#get_documents(opts = {}) ⇒ DocumentListResponse
Getting a list of documents Fetches a list of documents.
94 95 96 97 |
# File 'lib/transferzero-sdk/api/documents_api.rb', line 94 def get_documents(opts = {}) data, _status_code, _headers = get_documents_with_http_info(opts) data end |