Use via
auth = client.authentication.with_token(...) Source
src/ksef2/clients/authenticated.py:174 Generated from async source src/ksef2/clients/async_authenticated.py auth.batch_session(*, prepared_batch: PreparedBatch | None = None, batch_file: BatchFileInfo | None = None, form_code: FormSchema = FormSchema.FA3, offline_mode: bool = False) -> BatchSessionClientReturns
BatchSessionClient Parameters
prepared_batch PreparedBatch | None batch_file BatchFileInfo | None form_code FormSchema offline_mode bool Use via
auth = async_client.authentication.with_token(...) Source
src/ksef2/clients/async_authenticated.py:172 Authored source auth.batch_session(*, prepared_batch: PreparedBatch | None = None, batch_file: BatchFileInfo | None = None, form_code: FormSchema = FormSchema.FA3, offline_mode: bool = False) -> _AwaitableSession[AsyncBatchSessionClient]Returns
_AwaitableSession[AsyncBatchSessionClient] Parameters
prepared_batch PreparedBatch | None batch_file BatchFileInfo | None form_code FormSchema offline_mode bool