start repository for mobilisis tariff-calculation
This commit is contained in:
18
library/include/mobilisis/tariff_currency.h
Normal file
18
library/include/mobilisis/tariff_currency.h
Normal file
@@ -0,0 +1,18 @@
|
||||
// #pragma once
|
||||
#ifndef TARIFF_CURRENCY_H_INCLUDED
|
||||
#define TARIFF_CURRENCY_H_INCLUDED
|
||||
|
||||
/// <summary>
|
||||
/// Currency data
|
||||
/// </summary>
|
||||
class TariffCurrency
|
||||
{
|
||||
public:
|
||||
int pcu_id;
|
||||
std::string pcu_sign;
|
||||
std::string pcu_major;
|
||||
std::string pcu_minor;
|
||||
bool pcu_active;
|
||||
};
|
||||
|
||||
#endif // TARIFF_CURRENCY_H_INCLUDED
|
||||
Reference in New Issue
Block a user