Add member pop_business_hours. Add default constructor.
This commit is contained in:
parent
ceef73195d
commit
43b8a8d3bf
@ -4,6 +4,8 @@
|
|||||||
class ATBPaymentOption
|
class ATBPaymentOption
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
ATBPaymentOption() = default;
|
||||||
|
|
||||||
int pop_id;
|
int pop_id;
|
||||||
std::string pop_label;
|
std::string pop_label;
|
||||||
int pop_payment_method_id;
|
int pop_payment_method_id;
|
||||||
@ -15,4 +17,5 @@ public:
|
|||||||
double pop_min_price;
|
double pop_min_price;
|
||||||
int pop_carry_over;
|
int pop_carry_over;
|
||||||
int pop_daily_card_price;
|
int pop_daily_card_price;
|
||||||
|
int pop_business_hours;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user