| 136 | bool GetEnforcePak() const { return enforce_pak; } |
| 137 | bool GetAcceptUnlimitedIssuances() const { return accept_unlimited_issuances; } |
| 138 | bool GetMultiDataPermitted() const { return multi_data_permitted; } |
| 139 | bool GetAcceptDiscountCT() const { return accept_discount_ct; } |
| 140 | bool GetCreateDiscountCT() const { return create_discount_ct; } |
| 141 |