Added payment <unified> payment-methode

This commit is contained in:
Gerhard Hoffmann 2024-09-27 13:45:45 +02:00
parent 5749fa422e
commit fd04531474

View File

@ -6,7 +6,8 @@ enum PaymentMethod {
Progressive = 0x01,
Degressive = 0x02,
Linear = 0x03,
Steps = 0x04
Steps = 0x04,
Unified = 0x05
};
#endif // PAYMENT_METHOD_H_INCLUDED