window.Gambit || (window.Gambit = {}); Gambit.User = function(options) { this.username = ''; this.countryCode = ''; this.accountFlags = ''; this.currencyCode = 'TL'; this.sportsbookId = '0'; this.affiliateGroup = '0'; this.minStake = '0.1'; this.maxPayout = '30000'; this.casinoEnabled = 1; this.liveCasinoEnabled = 1; this.barbutEnabled = 0; this.verifiedEmail = 0; this.taxes = { '1' : 0, '2' : 0, '3' : 0, '4' : 0, '5' : 0, '6' : 0, '7' : 0, '8' : 0, '9' : 0, '10' : 0, 'live' : 0 }; this.taxMethod = ''; this.taxAsFee = 1; this.eventservice = 1; this.taxLabel = ''; };