defaultGstPercentage top-level constant

Map<GstType, double> const defaultGstPercentage

Default GST percentages for each type

Implementation

const Map<GstType, double> defaultGstPercentage = {
  GstType.merit: 5, // Merit rate
  GstType.standard: 18, // Standard rate
  GstType.demerit: 40, // Demerit rate
};