start repository for mobilisis tariff-calculation
This commit is contained in:
13
library/include/mobilisis/tariff_payment_method.h
Normal file
13
library/include/mobilisis/tariff_payment_method.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// #pragma once
|
||||
|
||||
/// <summary>
|
||||
/// Payment method (byte represents payment option id)
|
||||
/// </summary>
|
||||
enum PaymentMethod
|
||||
{
|
||||
Undefined = 0xFF,
|
||||
Progressive = 0x01,
|
||||
Degressive = 0x02,
|
||||
Linear = 0x03,
|
||||
Steps = 0x04
|
||||
};
|
||||
Reference in New Issue
Block a user