Skip to content

Authenticated client: Invoices

Return the invoices service with encryption support configured.

Use via auth = client.authentication.with_token(...)
Source src/ksef2/clients/authenticated.py:348 Generated from async source src/ksef2/clients/async_authenticated.py
auth.invoices
auth.invoices -> InvoicesService

Returns

InvoicesService

Parameters

No parameters.

Use via auth = async_client.authentication.with_token(...)
Source src/ksef2/clients/async_authenticated.py:350 Authored source
auth.invoices
auth.invoices -> AsyncInvoicesService

Returns

AsyncInvoicesService

Parameters

No parameters.