package domain type Branch struct { ID int64 Name string Location string WalletID int64 BranchManagerID int64 IsSelfOwned bool IsSupportingSportBook bool IsSupportingVirtual bool IsSupportingGameZone bool }