templates/campaign/params/paramInsDeduct.h
2024-10-20 18:36:57 -05:00

6 lines
198 B
C++

class INS_DEDUCT {
title = "Insurance Deductible";
values[]= {0, 100, 200, 300, 400, 500};
texts[] = {"$0.00","$100.00", "$200.00", "$300.00", "$400.00", "$500.00"};
default= 200;
};