coefficient.go 216 Bytes Edit 1 2 3 4 5 6 7 8 9 10 package model type Coefficient struct { Cn float64 `json:"cn"` Hk float64 `json:"hk"` ExtraRatio float64 `json:"extra_ratio"` IsDefault int64 `json:"-"` Ratio float64 `json:"ratio"` Tax float64 `json:"tax"` }