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,17 @@
// #pragma once
#ifndef TARIFF_PAYMENT_RATE_H_INCLUDED
#define TARIFF_PAYMENT_RATE_H_INCLUDED
/// <summary>
/// Payment option data
/// </summary>
// class TariffPaymentRate
struct TariffPaymentRate
{
// public:
int pra_payment_option_id;
int pra_payment_unit_id;
double pra_price;
};
#endif // TARIFF_PAYMENT_RATE_H_INCLUDED