Przejdź do głównej zawartości

Batch service: List failed invoices

Ta treść nie jest jeszcze dostępna w Twoim języku.

Fetch one page of failed invoices from a batch session.

Called on auth.batch
Source src/ksef2/services/batch.py:306 Generated from async source src/ksef2/services/async_batch.py
auth.batch.list_failed_invoices
auth.batch.list_failed_invoices(*, session: str | BatchSessionState | BatchSessionClient, page_size: int = 10, continuation_token: str | None = None) -> SessionInvoicesResponse

Returns

SessionInvoicesResponse

Parameters

session str | BatchSessionState | BatchSessionClient
required / keyword-only
page_size int
default 10 / keyword-only
continuation_token str | None
default None / keyword-only
Called on auth.batch
Source src/ksef2/services/async_batch.py:308 Authored source
await auth.batch.list_failed_invoices
await auth.batch.list_failed_invoices(*, session: str | BatchSessionState | AsyncBatchSessionClient, page_size: int = 10, continuation_token: str | None = None) -> SessionInvoicesResponse

Returns

SessionInvoicesResponse

Parameters

session str | BatchSessionState | AsyncBatchSessionClient
required / keyword-only
page_size int
default 10 / keyword-only
continuation_token str | None
default None / keyword-only