using System.Collections.Generic; namespace BTCPayServer.Client.Models; public class CustodianAccountResponse: CustodianAccountData { public IDictionary AssetBalances { get; set; } public CustodianAccountResponse() { } }