Deploying to gh-pages from @ Eledio/superfaktura-client@0319228ba1 🚀

This commit is contained in:
rici4kubicek
2025-03-04 12:53:10 +00:00
parent 0e2cf78edf
commit 260765b5c2
4 changed files with 13 additions and 25 deletions

View File

@@ -203,11 +203,7 @@ It allows for retrieving, creating, updating, and deleting invoices.</p>
</ul>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dd class="field-even"><p>The response model for the invoice.
:param invoice_settings:
:param contact:
:param items:
:param invoice_model:</p>
<dd class="field-even"><p>The response model for the invoice.</p>
</dd>
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference internal" href="#superfaktura.invoice.InvoiceRespModel" title="superfaktura.invoice.InvoiceRespModel">InvoiceRespModel</a></p>
@@ -558,7 +554,7 @@ It allows for retrieving, creating, updating, and deleting invoices.</p>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">-</span> <span class="pre">invoice_token</span></span></dt>
<dd><p>The token of</p>
<dd><p>The token of the invoice.</p>
<dl class="field-list simple">
<dt class="field-odd">Type<span class="colon">:</span></dt>
<dd class="field-odd"><p>Optional[str]</p>
@@ -596,7 +592,7 @@ It allows for retrieving, creating, updating, and deleting invoices.</p>
<dl class="py method">
<dt class="sig sig-object py" id="superfaktura.invoice.InvoiceSettings.as_dict">
<span class="sig-name descname"><span class="pre">as_dict</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">dict</span></span></span><a class="headerlink" href="#superfaktura.invoice.InvoiceSettings.as_dict" title="Link to this definition"></a></dt>
<dd><p>Returns a dictionary representation of the ClientContactModel.</p>
<dd><p>Returns a dictionary representation of the InvoiceSettings.</p>
</dd></dl>
<dl class="py attribute">