Called on
auth.batch Source
src/ksef2/services/batch.py:290 Generated from async source src/ksef2/services/async_batch.py auth.batch.list_invoices(*, session: str | BatchSessionState | BatchSessionClient, page_size: int = 10, continuation_token: str | None = None) -> SessionInvoicesResponseReturns
SessionInvoicesResponse Parameters
session str | BatchSessionState | BatchSessionClient page_size int continuation_token str | None Called on
auth.batch Source
src/ksef2/services/async_batch.py:292 Authored source await auth.batch.list_invoices(*, session: str | BatchSessionState | AsyncBatchSessionClient, page_size: int = 10, continuation_token: str | None = None) -> SessionInvoicesResponseReturns
SessionInvoicesResponse Parameters
session str | BatchSessionState | AsyncBatchSessionClient page_size int continuation_token str | None