lib/types/ratingengineitem.go

16 lines
314 B
Go
Raw Normal View History

2021-01-10 18:40:46 +00:00
package types
import "github.com/go-sql-driver/mysql"
// Ratingengineitem is a first class object type
type Ratingengineitem struct {
Createdbyid string
Createddate mysql.NullTime
ID string
Name string
Productcode string
Ratingengine string
Ref string
Taxnexuscode string
}