// Code generated by apigen. DO NOT EDIT. using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System.Collections.Generic; namespace RudderSdk.Core.Models.Player; public class Wallet { [JsonProperty("balance")] public long Balance { get; set; } [JsonProperty("currency")] public string Currency { get; set; } }