Sub-task #243
Updated by Ryan Supawarapong 3 months ago
the customerType will be an enum ```{go} type CustomerType int const ( CustomerTypeIndividual CustomerType = iota + 1 CustomerTypeForeigner CustomerTypeCorporate ) ```
Updated by Ryan Supawarapong 3 months ago
the customerType will be an enum ```{go} type CustomerType int const ( CustomerTypeIndividual CustomerType = iota + 1 CustomerTypeForeigner CustomerTypeCorporate ) ```