app-cloudep-wallet-service/pkg/domain/wallet/business_name.go

8 lines
98 B
Go
Raw Normal View History

2025-04-10 09:33:09 +00:00
package wallet
type BusinessName string
2025-04-16 09:24:54 +00:00
func (b BusinessName) ToInt8() int8 {
return int8(0)
}