Skip to content
Snippets Groups Projects
Commit 41bebbab authored by Petr Kalashnikov's avatar Petr Kalashnikov
Browse files

Merge remote-tracking branch 'origin/master' into om46

parents c68d9c82 061311c9
No related branches found
No related tags found
1 merge request!7OM46, del 1: Support batch_complete endpoint from setra
Pipeline #56801 failed
......@@ -74,8 +74,12 @@ class Batch(BaseModel):
batchid: str
period: str
interface: str
<<<<<<< HEAD
client: Optional[str]
vouchertype: Optional[str]
=======
vouchertype: typing.Optional[str]
>>>>>>> origin/master
vouchers: typing.List[Voucher]
batch_validated_ok_date: Optional[datetime.datetime]
batch_rejected_code: Optional[str]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment