Added payment <unified> payment-methode
This commit is contained in:
parent
5749fa422e
commit
fd04531474
@ -6,7 +6,8 @@ enum PaymentMethod {
|
|||||||
Progressive = 0x01,
|
Progressive = 0x01,
|
||||||
Degressive = 0x02,
|
Degressive = 0x02,
|
||||||
Linear = 0x03,
|
Linear = 0x03,
|
||||||
Steps = 0x04
|
Steps = 0x04,
|
||||||
|
Unified = 0x05
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PAYMENT_METHOD_H_INCLUDED
|
#endif // PAYMENT_METHOD_H_INCLUDED
|
||||||
|
Loading…
Reference in New Issue
Block a user