pop_business_hours as uint64_t.
This commit is contained in:
parent
e210224340
commit
fe485b7b39
@ -1,5 +1,9 @@
|
|||||||
#pragma once
|
#ifndef PAYMENT_OPT_H_INCLUDED
|
||||||
|
#define PAYMENT_OPT_H_INCLUDED
|
||||||
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <cinttypes>
|
||||||
|
|
||||||
class ATBPaymentOption
|
class ATBPaymentOption
|
||||||
{
|
{
|
||||||
@ -37,6 +41,8 @@ public:
|
|||||||
int pop_carry_over;
|
int pop_carry_over;
|
||||||
int pop_carry_over_time_range_id;
|
int pop_carry_over_time_range_id;
|
||||||
int pop_daily_card_price;
|
int pop_daily_card_price;
|
||||||
int pop_business_hours;
|
uint64_t pop_business_hours;
|
||||||
int pop_time_step_config;
|
int pop_time_step_config;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // PAYMENT_OPT_H_INCLUDED
|
||||||
|
Loading…
Reference in New Issue
Block a user