templates/contract/params/paramInsDeduct.h
2025-01-04 19:45:49 -06: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;
};