start repository for mobilisis tariff-calculation
This commit is contained in:
15
library/include/mobilisis/tariff_payment_mtd.h
Normal file
15
library/include/mobilisis/tariff_payment_mtd.h
Normal file
@@ -0,0 +1,15 @@
|
||||
// #pragma once
|
||||
#ifndef TARIFF_PAYMENT_MTH_H_INCLUDED
|
||||
#define TARIFF_PAYMENT_MTH_H_INCLUDED
|
||||
|
||||
/// <summary>
|
||||
/// Payment method data
|
||||
/// </summary>
|
||||
class TariffPaymentMethod
|
||||
{
|
||||
public:
|
||||
int pme_id;
|
||||
std::string pme_label;
|
||||
};
|
||||
|
||||
#endif // TARIFF_PAYMENT_MTH_H_INCLUDED
|
||||
Reference in New Issue
Block a user