start repository for mobilisis tariff-calculation
This commit is contained in:
9
library/include/mobilisis/payment_option.h
Normal file
9
library/include/mobilisis/payment_option.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
// Payment option is related to payment_method_id (e.g. option 1 = linear)
|
||||
enum PaymentOption
|
||||
{
|
||||
Option1 = 0x03,
|
||||
Option2 = 0x02,
|
||||
Option3 = 0x01
|
||||
};
|
||||
Reference in New Issue
Block a user