start repository for mobilisis tariff-calculation

This commit is contained in:
2023-04-24 15:31:46 +02:00
parent e5ed5f05f6
commit 90cf509d97
98 changed files with 21712 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
// Payment option is related to payment_method_id (e.g. option 1 = linear)
enum PaymentOption
{
Option1 = 0x03,
Option2 = 0x02,
Option3 = 0x01
};