Called on
auth.batch Source
src/ksef2/services/batch.py:97 Generated from async source src/ksef2/services/async_batch.py auth.batch.prepare_batch_from_paths(*, invoice_paths: Iterable[Path | str], form_code: FormSchema = FormSchema.FA3, offline_mode: bool = False, max_part_size: int = MAX_BATCH_PART_SIZE) -> PreparedBatchReturns
PreparedBatch Parameters
invoice_paths Iterable[Path | str] form_code FormSchema offline_mode bool max_part_size int Called on
auth.batch Source
src/ksef2/services/async_batch.py:99 Authored source await auth.batch.prepare_batch_from_paths(*, invoice_paths: Iterable[Path | str], form_code: FormSchema = FormSchema.FA3, offline_mode: bool = False, max_part_size: int = MAX_BATCH_PART_SIZE) -> PreparedBatchReturns
PreparedBatch Parameters
invoice_paths Iterable[Path | str] form_code FormSchema offline_mode bool max_part_size int