start repository for mobilisis tariff-calculation
This commit is contained in:
21
library/include/mobilisis/tariff_payment_opt.h
Normal file
21
library/include/mobilisis/tariff_payment_opt.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//#pragma once
|
||||
#ifndef TARIFF_PAYMENT_OPT_H_INCLUDED
|
||||
#define TARIFF_PAYMENT_OPT_H_INCLUDED
|
||||
|
||||
#include <string>
|
||||
|
||||
/// <summary>
|
||||
/// Vehicly type data
|
||||
/// </summary>
|
||||
class TariffPaymentOption
|
||||
{
|
||||
public:
|
||||
int pop_id;
|
||||
std::string pop_label;
|
||||
int pop_payment_method_id;
|
||||
std::string pop_day_end_time;
|
||||
std::string pop_day_night_end_time;
|
||||
double pop_price_night;
|
||||
};
|
||||
|
||||
#endif // TARIFF_PAYMENT_OPT_H_INCLUDED
|
||||
Reference in New Issue
Block a user